Shades of Forest Green #0C932B
Tints of Forest Green #0C932B
RGB
CMYK
RGB Variations
Color information
#0C932B (or 0x0C932B) is known color: Forest Green. HEX triplet: 0C, 93 and 2B. RGB value is (12,147,43). Sum of RGB (Red+Green+Blue) = 12+147+43=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #0C932B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C932B is #F36CD4. Grayscale: #5F5F5F. Windows color (decimal): -15953109 or 2855692. OLE color: 2855692.
HSL color Cylindrical-coordinate representation of color #0C932B: hue angle of 133.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C932B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 43 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.42 |
| HSL | 133.78º | 0.85% | 0.31% | - |
| HSV(B) | 133.78º | 0.92% | 0.58% | - |
| XYZ | 11.02 | 21.12 | 5.78 | - |
| YUV | 94.78 | 98.77 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 43 | 0.92 | 0 | 0.71 | 0.42 | 133.78 | 0.85 | 0.31 |
| Hex | C | 93 | 2B | 5C | 0 | 47 | 2A | 86 | 55 | 1F |
| Octal | 14 | 223 | 53 | 134 | 0 | 107 | 52 | 206 | 125 | 37 |
| Binary | 1100 | 10010011 | 101011 | 1011100 | 0 | 1000111 | 101010 | 10000110 | 1010101 | 11111 |
Color Harmonies of #0C932B
Complementary color
Monochromatic Colors of #0C932B
Black with #0C932B
Text Example
Text Example
White with #0C932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C932B; }
p { color: rgb(12,147,43); }
H1.HeaderClassName
{
color: #0C932B;
}
.AnyTagClassName
{
color: #0C932B;
}
</style>
background-color css
<style>
a { background-color: #0C932B; }
a { background-color: rgb(12,147,43); }
div.DivClassName
{
background-color: #0C932B;
}
.BgClassName
{
background-color: #0C932B;
}
</style>
border-color css
<style>
span { border-color: #0C932B; }
span { border-color: rgb(12,147,43); }
td.TdClassName
{
border-color: #0C932B;
}
.TagClassName
{
border-color: #0C932B;
}
</style>