Shades of Dark Green #021C08
Tints of Dark Green #021C08
RGB
CMYK
RGB Variations
Color information
#021C08 (or 0x021C08) is known color: Dark Green. HEX triplet: 02, 1C and 08. RGB value is (2,28,8). Sum of RGB (Red+Green+Blue) = 2+28+8=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 28 (11.33% from 255 or 73.68% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 28 - color contains mainly: green. Hex color #021C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C08 is #FDE3F7. Grayscale: #121212. Windows color (decimal): -16638968 or 531458. OLE color: 531458.
HSL color Cylindrical-coordinate representation of color #021C08: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C08 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 8 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.89 |
| HSL | 133.85º | 0.87% | 0.06% | - |
| HSV(B) | 133.85º | 0.93% | 0.11% | - |
| XYZ | 0.48 | 0.86 | 0.37 | - |
| YUV | 17.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 8 | 0.93 | 0 | 0.71 | 0.89 | 133.85 | 0.87 | 0.06 |
| Hex | 2 | 1C | 8 | 5D | 0 | 47 | 59 | 86 | 57 | 6 |
| Octal | 2 | 34 | 10 | 135 | 0 | 107 | 131 | 206 | 127 | 6 |
| Binary | 10 | 11100 | 1000 | 1011101 | 0 | 1000111 | 1011001 | 10000110 | 1010111 | 110 |
Color Harmonies of #021C08
Complementary color
Monochromatic Colors of #021C08
Black with #021C08
Text Example
Text Example
White with #021C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C08; }
p { color: rgb(2,28,8); }
H1.HeaderClassName
{
color: #021C08;
}
.AnyTagClassName
{
color: #021C08;
}
</style>
background-color css
<style>
a { background-color: #021C08; }
a { background-color: rgb(2,28,8); }
div.DivClassName
{
background-color: #021C08;
}
.BgClassName
{
background-color: #021C08;
}
</style>
border-color css
<style>
span { border-color: #021C08; }
span { border-color: rgb(2,28,8); }
td.TdClassName
{
border-color: #021C08;
}
.TagClassName
{
border-color: #021C08;
}
</style>