Color spaces of #267028
RGB | 38 | 112 | 40 |
---|---|---|---|
HSL | 0.34 | 0.49 | 0.29 |
HSV | 122° | 66° | 44° |
CMYK | 0.66 | 0.00 | 0.64 0.56 |
XYZ | 6.9765 | 12.1536 | 3.9857 |
Yxy | 12.1536 | 0.3018 | 0.5258 |
Hunter Lab | 34.8620 | -25.2875 | 17.6249 |
CIE-Lab | 41.4592 | -38.3206 | 32.6610 |
#267028 color RGB value is (38,112,40).
#267028 hex color red value is 38, green value is 112 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #267028 hue: 0.34 , saturation: 0.49 and the lightness value of 267028 is 0.29.
The process color (four color CMYK) of #267028 color hex is 0.66, 0.00, 0.64, 0.56. Web safe color of #267028 is #336633. Color #267028 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 01110000 | 00101000 |
Octal | 46 | 160 | 50 |
Decimal | 38 | 112 | 40 |
Hex | 26 | 70 | 28 |
Shades of #267028
Tints of #267028
RGB Percentages of Color #267028
CMYK Percentages of Color #267028
Complementary Color
#267028 | #70266e |
#267028 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#267028 Color Preview on White Background
Lorem ipsum dolor sit amet.
#267028 Color CSS Codes
.mybgcolor {background-color:#267028; } .myforecolor {color:#267028; } .mybordercolor {border:3px solid #267028; }
#267028 Text Font Color
<p style="color:#267028">Text here</p>
This sample text font color is #267028
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#267028 Background Color
<div style="background-color:#267028">
Div content here</div>
This div background color is #267028
#267028 Border Color
<div style="border:3px solid #267028">
Div here</div>
This div border color is #267028
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,112,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #267028; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #267028; -webkit-box-shadow: 1px 1px 3px 2px #267028; box-shadow: 1px 1px 3px 2px #267028; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,112,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #267028">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #267028; -webkit-box-shadow: 1px 1px 3px 2px #267028; box-shadow: 1px 1px 3px 2px #267028;">
Div content here</div>
This div box has shadow with color #267028
Comments
No comments written yet.
Please login to write comment.