Shades of Forest Green #0CA323
Tints of Forest Green #0CA323
RGB
CMYK
RGB Variations
Color information
#0CA323 (or 0x0CA323) is known color: Forest Green. HEX triplet: 0C, A3 and 23. RGB value is (12,163,35). Sum of RGB (Red+Green+Blue) = 12+163+35=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 163 (64.06% from 255 or 77.62% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA323 is #F35CDC. Grayscale: #676767. Windows color (decimal): -15949021 or 2335500. OLE color: 2335500.
HSL color Cylindrical-coordinate representation of color #0CA323: hue angle of 129.14º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA323 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 35 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.36 |
| HSL | 129.14º | 0.86% | 0.34% | - |
| HSV(B) | 129.14º | 0.93% | 0.64% | - |
| XYZ | 13.55 | 26.39 | 5.97 | - |
| YUV | 103.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 35 | 0.93 | 0 | 0.79 | 0.36 | 129.14 | 0.86 | 0.34 |
| Hex | C | A3 | 23 | 5D | 0 | 4F | 24 | 81 | 56 | 22 |
| Octal | 14 | 243 | 43 | 135 | 0 | 117 | 44 | 201 | 126 | 42 |
| Binary | 1100 | 10100011 | 100011 | 1011101 | 0 | 1001111 | 100100 | 10000001 | 1010110 | 100010 |
Color Harmonies of #0CA323
Complementary color
Monochromatic Colors of #0CA323
Black with #0CA323
Text Example
Text Example
White with #0CA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA323; }
p { color: rgb(12,163,35); }
H1.HeaderClassName
{
color: #0CA323;
}
.AnyTagClassName
{
color: #0CA323;
}
</style>
background-color css
<style>
a { background-color: #0CA323; }
a { background-color: rgb(12,163,35); }
div.DivClassName
{
background-color: #0CA323;
}
.BgClassName
{
background-color: #0CA323;
}
</style>
border-color css
<style>
span { border-color: #0CA323; }
span { border-color: rgb(12,163,35); }
td.TdClassName
{
border-color: #0CA323;
}
.TagClassName
{
border-color: #0CA323;
}
</style>