Shades of Forest Green #0C9A30
Tints of Forest Green #0C9A30
RGB
CMYK
RGB Variations
Color information
#0C9A30 (or 0x0C9A30) is known color: Forest Green. HEX triplet: 0C, 9A and 30. RGB value is (12,154,48). Sum of RGB (Red+Green+Blue) = 12+154+48=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 154 (60.55% from 255 or 71.96% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9A30 is #F365CF. Grayscale: #636363. Windows color (decimal): -15951312 or 3185164. OLE color: 3185164.
HSL color Cylindrical-coordinate representation of color #0C9A30: hue angle of 135.21º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9A30 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 154 | 48 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.40 |
| HSL | 135.21º | 0.86% | 0.33% | - |
| HSV(B) | 135.21º | 0.92% | 0.6% | - |
| XYZ | 12.24 | 23.4 | 6.67 | - |
| YUV | 99.46 | 98.96 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 154 | 48 | 0.92 | 0 | 0.69 | 0.40 | 135.21 | 0.86 | 0.33 |
| Hex | C | 9A | 30 | 5C | 0 | 45 | 28 | 87 | 56 | 21 |
| Octal | 14 | 232 | 60 | 134 | 0 | 105 | 50 | 207 | 126 | 41 |
| Binary | 1100 | 10011010 | 110000 | 1011100 | 0 | 1000101 | 101000 | 10000111 | 1010110 | 100001 |
Color Harmonies of #0C9A30
Complementary color
Monochromatic Colors of #0C9A30
Black with #0C9A30
Text Example
Text Example
White with #0C9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9A30; }
p { color: rgb(12,154,48); }
H1.HeaderClassName
{
color: #0C9A30;
}
.AnyTagClassName
{
color: #0C9A30;
}
</style>
background-color css
<style>
a { background-color: #0C9A30; }
a { background-color: rgb(12,154,48); }
div.DivClassName
{
background-color: #0C9A30;
}
.BgClassName
{
background-color: #0C9A30;
}
</style>
border-color css
<style>
span { border-color: #0C9A30; }
span { border-color: rgb(12,154,48); }
td.TdClassName
{
border-color: #0C9A30;
}
.TagClassName
{
border-color: #0C9A30;
}
</style>