Shades of Forest Green #12B11D
Tints of Forest Green #12B11D
RGB
CMYK
RGB Variations
Color information
#12B11D (or 0x12B11D) is known color: Forest Green. HEX triplet: 12, B1 and 1D. RGB value is (18,177,29). Sum of RGB (Red+Green+Blue) = 18+177+29=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 177 (69.53% from 255 or 79.02% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 177 - color contains mainly: green. Hex color #12B11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B11D is #ED4EE2. Grayscale: #717171. Windows color (decimal): -15552227 or 1945874. OLE color: 1945874.
HSL color Cylindrical-coordinate representation of color #12B11D: hue angle of 124.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B11D is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 29 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.31 |
| HSL | 124.15º | 0.82% | 0.38% | - |
| HSV(B) | 124.15º | 0.9% | 0.69% | - |
| XYZ | 16.19 | 31.66 | 6.42 | - |
| YUV | 112.59 | 80.82 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 29 | 0.90 | 0 | 0.84 | 0.31 | 124.15 | 0.82 | 0.38 |
| Hex | 12 | B1 | 1D | 5A | 0 | 54 | 1F | 7C | 52 | 26 |
| Octal | 22 | 261 | 35 | 132 | 0 | 124 | 37 | 174 | 122 | 46 |
| Binary | 10010 | 10110001 | 11101 | 1011010 | 0 | 1010100 | 11111 | 1111100 | 1010010 | 100110 |
Color Harmonies of #12B11D
Complementary color
Monochromatic Colors of #12B11D
Black with #12B11D
Text Example
Text Example
White with #12B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B11D; }
p { color: rgb(18,177,29); }
H1.HeaderClassName
{
color: #12B11D;
}
.AnyTagClassName
{
color: #12B11D;
}
</style>
background-color css
<style>
a { background-color: #12B11D; }
a { background-color: rgb(18,177,29); }
div.DivClassName
{
background-color: #12B11D;
}
.BgClassName
{
background-color: #12B11D;
}
</style>
border-color css
<style>
span { border-color: #12B11D; }
span { border-color: rgb(18,177,29); }
td.TdClassName
{
border-color: #12B11D;
}
.TagClassName
{
border-color: #12B11D;
}
</style>