Shades of Dark Green #02230F
Tints of Dark Green #02230F
RGB
CMYK
RGB Variations
Color information
#02230F (or 0x02230F) is known color: Dark Green. HEX triplet: 02, 23 and 0F. RGB value is (2,35,15). Sum of RGB (Red+Green+Blue) = 2+35+15=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #02230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230F is #FDDCF0. Grayscale: #161616. Windows color (decimal): -16637169 or 992002. OLE color: 992002.
HSL color Cylindrical-coordinate representation of color #02230F: hue angle of 143.64º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02230F is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 35 | 15 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.86 |
| HSL | 143.64º | 0.89% | 0.07% | - |
| HSV(B) | 143.64º | 0.94% | 0.14% | - |
| XYZ | 0.71 | 1.25 | 0.66 | - |
| YUV | 22.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 15 | 0.94 | 0 | 0.57 | 0.86 | 143.64 | 0.89 | 0.07 |
| Hex | 2 | 23 | F | 5E | 0 | 39 | 56 | 90 | 59 | 7 |
| Octal | 2 | 43 | 17 | 136 | 0 | 71 | 126 | 220 | 131 | 7 |
| Binary | 10 | 100011 | 1111 | 1011110 | 0 | 111001 | 1010110 | 10010000 | 1011001 | 111 |
Color Harmonies of #02230F
Complementary color
Monochromatic Colors of #02230F
Black with #02230F
Text Example
Text Example
White with #02230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02230F; }
p { color: rgb(2,35,15); }
H1.HeaderClassName
{
color: #02230F;
}
.AnyTagClassName
{
color: #02230F;
}
</style>
background-color css
<style>
a { background-color: #02230F; }
a { background-color: rgb(2,35,15); }
div.DivClassName
{
background-color: #02230F;
}
.BgClassName
{
background-color: #02230F;
}
</style>
border-color css
<style>
span { border-color: #02230F; }
span { border-color: rgb(2,35,15); }
td.TdClassName
{
border-color: #02230F;
}
.TagClassName
{
border-color: #02230F;
}
</style>