Shades of Forest Green #1B992C
Tints of Forest Green #1B992C
RGB
CMYK
RGB Variations
Color information
#1B992C (or 0x1B992C) is known color: Forest Green. HEX triplet: 1B, 99 and 2C. RGB value is (27,153,44). Sum of RGB (Red+Green+Blue) = 27+153+44=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #1B992C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B992C is #E466D3. Grayscale: #676767. Windows color (decimal): -14968532 or 2922779. OLE color: 2922779.
HSL color Cylindrical-coordinate representation of color #1B992C: hue angle of 128.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B992C is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 44 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.4 |
| HSL | 128.1º | 0.7% | 0.35% | - |
| HSV(B) | 128.1º | 0.82% | 0.6% | - |
| XYZ | 12.3 | 23.2 | 6.21 | - |
| YUV | 102.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 44 | 0.82 | 0 | 0.71 | 0.4 | 128.1 | 0.7 | 0.35 |
| Hex | 1B | 99 | 2C | 52 | 0 | 47 | 28 | 80 | 46 | 23 |
| Octal | 33 | 231 | 54 | 122 | 0 | 107 | 50 | 200 | 106 | 43 |
| Binary | 11011 | 10011001 | 101100 | 1010010 | 0 | 1000111 | 101000 | 10000000 | 1000110 | 100011 |
Color Harmonies of #1B992C
Complementary color
Monochromatic Colors of #1B992C
Black with #1B992C
Text Example
Text Example
White with #1B992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B992C; }
p { color: rgb(27,153,44); }
H1.HeaderClassName
{
color: #1B992C;
}
.AnyTagClassName
{
color: #1B992C;
}
</style>
background-color css
<style>
a { background-color: #1B992C; }
a { background-color: rgb(27,153,44); }
div.DivClassName
{
background-color: #1B992C;
}
.BgClassName
{
background-color: #1B992C;
}
</style>
border-color css
<style>
span { border-color: #1B992C; }
span { border-color: rgb(27,153,44); }
td.TdClassName
{
border-color: #1B992C;
}
.TagClassName
{
border-color: #1B992C;
}
</style>