Shades of Forest Green #1B9032
Tints of Forest Green #1B9032
RGB
CMYK
RGB Variations
Color information
#1B9032 (or 0x1B9032) is known color: Forest Green. HEX triplet: 1B, 90 and 32. RGB value is (27,144,50). Sum of RGB (Red+Green+Blue) = 27+144+50=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #1B9032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9032 is #E46FCD. Grayscale: #626262. Windows color (decimal): -14970830 or 3313691. OLE color: 3313691.
HSL color Cylindrical-coordinate representation of color #1B9032: hue angle of 131.79º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9032 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 144 | 50 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.44 |
| HSL | 131.79º | 0.68% | 0.34% | - |
| HSV(B) | 131.79º | 0.81% | 0.56% | - |
| XYZ | 11 | 20.41 | 6.38 | - |
| YUV | 98.3 | 100.74 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 144 | 50 | 0.81 | 0 | 0.65 | 0.44 | 131.79 | 0.68 | 0.34 |
| Hex | 1B | 90 | 32 | 51 | 0 | 41 | 2C | 84 | 44 | 22 |
| Octal | 33 | 220 | 62 | 121 | 0 | 101 | 54 | 204 | 104 | 42 |
| Binary | 11011 | 10010000 | 110010 | 1010001 | 0 | 1000001 | 101100 | 10000100 | 1000100 | 100010 |
Color Harmonies of #1B9032
Complementary color
Monochromatic Colors of #1B9032
Black with #1B9032
Text Example
Text Example
White with #1B9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9032; }
p { color: rgb(27,144,50); }
H1.HeaderClassName
{
color: #1B9032;
}
.AnyTagClassName
{
color: #1B9032;
}
</style>
background-color css
<style>
a { background-color: #1B9032; }
a { background-color: rgb(27,144,50); }
div.DivClassName
{
background-color: #1B9032;
}
.BgClassName
{
background-color: #1B9032;
}
</style>
border-color css
<style>
span { border-color: #1B9032; }
span { border-color: rgb(27,144,50); }
td.TdClassName
{
border-color: #1B9032;
}
.TagClassName
{
border-color: #1B9032;
}
</style>