Shades of Dark Green #02230C
Tints of Dark Green #02230C
RGB
CMYK
RGB Variations
Color information
#02230C (or 0x02230C) is known color: Dark Green. HEX triplet: 02, 23 and 0C. RGB value is (2,35,12). Sum of RGB (Red+Green+Blue) = 2+35+12=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #02230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02230C is #FDDCF3. Grayscale: #161616. Windows color (decimal): -16637172 or 795394. OLE color: 795394.
HSL color Cylindrical-coordinate representation of color #02230C: hue angle of 138.18º 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 #02230C is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 35 | 12 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.86 |
| HSL | 138.18º | 0.89% | 0.07% | - |
| HSV(B) | 138.18º | 0.94% | 0.14% | - |
| XYZ | 0.69 | 1.24 | 0.55 | - |
| YUV | 22.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 12 | 0.94 | 0 | 0.66 | 0.86 | 138.18 | 0.89 | 0.07 |
| Hex | 2 | 23 | C | 5E | 0 | 42 | 56 | 8A | 59 | 7 |
| Octal | 2 | 43 | 14 | 136 | 0 | 102 | 126 | 212 | 131 | 7 |
| Binary | 10 | 100011 | 1100 | 1011110 | 0 | 1000010 | 1010110 | 10001010 | 1011001 | 111 |
Color Harmonies of #02230C
Complementary color
Monochromatic Colors of #02230C
Black with #02230C
Text Example
Text Example
White with #02230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02230C; }
p { color: rgb(2,35,12); }
H1.HeaderClassName
{
color: #02230C;
}
.AnyTagClassName
{
color: #02230C;
}
</style>
background-color css
<style>
a { background-color: #02230C; }
a { background-color: rgb(2,35,12); }
div.DivClassName
{
background-color: #02230C;
}
.BgClassName
{
background-color: #02230C;
}
</style>
border-color css
<style>
span { border-color: #02230C; }
span { border-color: rgb(2,35,12); }
td.TdClassName
{
border-color: #02230C;
}
.TagClassName
{
border-color: #02230C;
}
</style>