Shades of Forest Green #1B920F
Tints of Forest Green #1B920F
RGB
CMYK
RGB Variations
Color information
#1B920F (or 0x1B920F) is known color: Forest Green. HEX triplet: 1B, 92 and 0F. RGB value is (27,146,15). Sum of RGB (Red+Green+Blue) = 27+146+15=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #1B920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B920F is #E46DF0. Grayscale: #5F5F5F. Windows color (decimal): -14970353 or 1020443. OLE color: 1020443.
HSL color Cylindrical-coordinate representation of color #1B920F: hue angle of 114.5º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B920F is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 146 | 15 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.43 |
| HSL | 114.5º | 0.81% | 0.32% | - |
| HSV(B) | 114.5º | 0.9% | 0.57% | - |
| XYZ | 10.82 | 20.83 | 3.9 | - |
| YUV | 95.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 15 | 0.82 | 0 | 0.90 | 0.43 | 114.5 | 0.81 | 0.32 |
| Hex | 1B | 92 | F | 52 | 0 | 5A | 2B | 73 | 51 | 20 |
| Octal | 33 | 222 | 17 | 122 | 0 | 132 | 53 | 163 | 121 | 40 |
| Binary | 11011 | 10010010 | 1111 | 1010010 | 0 | 1011010 | 101011 | 1110011 | 1010001 | 100000 |
Color Harmonies of #1B920F
Complementary color
Monochromatic Colors of #1B920F
Black with #1B920F
Text Example
Text Example
White with #1B920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B920F; }
p { color: rgb(27,146,15); }
H1.HeaderClassName
{
color: #1B920F;
}
.AnyTagClassName
{
color: #1B920F;
}
</style>
background-color css
<style>
a { background-color: #1B920F; }
a { background-color: rgb(27,146,15); }
div.DivClassName
{
background-color: #1B920F;
}
.BgClassName
{
background-color: #1B920F;
}
</style>
border-color css
<style>
span { border-color: #1B920F; }
span { border-color: rgb(27,146,15); }
td.TdClassName
{
border-color: #1B920F;
}
.TagClassName
{
border-color: #1B920F;
}
</style>