Shades of Dark Green #021C10
Tints of Dark Green #021C10
RGB
CMYK
RGB Variations
Color information
#021C10 (or 0x021C10) is known color: Dark Green. HEX triplet: 02, 1C and 10. RGB value is (2,28,16). Sum of RGB (Red+Green+Blue) = 2+28+16=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #021C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C10 is #FDE3EF. Grayscale: #121212. Windows color (decimal): -16638960 or 1055746. OLE color: 1055746.
HSL color Cylindrical-coordinate representation of color #021C10: hue angle of 152.31º 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 #021C10 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 16 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.89 |
| HSL | 152.31º | 0.87% | 0.06% | - |
| HSV(B) | 152.31º | 0.93% | 0.11% | - |
| XYZ | 0.53 | 0.88 | 0.63 | - |
| YUV | 18.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 16 | 0.93 | 0 | 0.43 | 0.89 | 152.31 | 0.87 | 0.06 |
| Hex | 2 | 1C | 10 | 5D | 0 | 2B | 59 | 98 | 57 | 6 |
| Octal | 2 | 34 | 20 | 135 | 0 | 53 | 131 | 230 | 127 | 6 |
| Binary | 10 | 11100 | 10000 | 1011101 | 0 | 101011 | 1011001 | 10011000 | 1010111 | 110 |
Color Harmonies of #021C10
Complementary color
Monochromatic Colors of #021C10
Black with #021C10
Text Example
Text Example
White with #021C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C10; }
p { color: rgb(2,28,16); }
H1.HeaderClassName
{
color: #021C10;
}
.AnyTagClassName
{
color: #021C10;
}
</style>
background-color css
<style>
a { background-color: #021C10; }
a { background-color: rgb(2,28,16); }
div.DivClassName
{
background-color: #021C10;
}
.BgClassName
{
background-color: #021C10;
}
</style>
border-color css
<style>
span { border-color: #021C10; }
span { border-color: rgb(2,28,16); }
td.TdClassName
{
border-color: #021C10;
}
.TagClassName
{
border-color: #021C10;
}
</style>