Shades of Forest Green #1B8E33
Tints of Forest Green #1B8E33
RGB
CMYK
RGB Variations
Color information
#1B8E33 (or 0x1B8E33) is known color: Forest Green. HEX triplet: 1B, 8E and 33. RGB value is (27,142,51). Sum of RGB (Red+Green+Blue) = 27+142+51=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8E33 is #E471CC. Grayscale: #616161. Windows color (decimal): -14971341 or 3378715. OLE color: 3378715.
HSL color Cylindrical-coordinate representation of color #1B8E33: hue angle of 132.52º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E33 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 142 | 51 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.44 |
| HSL | 132.52º | 0.68% | 0.33% | - |
| HSV(B) | 132.52º | 0.81% | 0.56% | - |
| XYZ | 10.72 | 19.82 | 6.39 | - |
| YUV | 97.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 51 | 0.81 | 0 | 0.64 | 0.44 | 132.52 | 0.68 | 0.33 |
| Hex | 1B | 8E | 33 | 51 | 0 | 40 | 2C | 85 | 44 | 21 |
| Octal | 33 | 216 | 63 | 121 | 0 | 100 | 54 | 205 | 104 | 41 |
| Binary | 11011 | 10001110 | 110011 | 1010001 | 0 | 1000000 | 101100 | 10000101 | 1000100 | 100001 |
Color Harmonies of #1B8E33
Complementary color
Monochromatic Colors of #1B8E33
Black with #1B8E33
Text Example
Text Example
White with #1B8E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8E33; }
p { color: rgb(27,142,51); }
H1.HeaderClassName
{
color: #1B8E33;
}
.AnyTagClassName
{
color: #1B8E33;
}
</style>
background-color css
<style>
a { background-color: #1B8E33; }
a { background-color: rgb(27,142,51); }
div.DivClassName
{
background-color: #1B8E33;
}
.BgClassName
{
background-color: #1B8E33;
}
</style>
border-color css
<style>
span { border-color: #1B8E33; }
span { border-color: rgb(27,142,51); }
td.TdClassName
{
border-color: #1B8E33;
}
.TagClassName
{
border-color: #1B8E33;
}
</style>