Shades of Forest Green #1B8D33
Tints of Forest Green #1B8D33
RGB
CMYK
RGB Variations
Color information
#1B8D33 (or 0x1B8D33) is known color: Forest Green. HEX triplet: 1B, 8D and 33. RGB value is (27,141,51). Sum of RGB (Red+Green+Blue) = 27+141+51=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8D33 is #E472CC. Grayscale: #606060. Windows color (decimal): -14971597 or 3378459. OLE color: 3378459.
HSL color Cylindrical-coordinate representation of color #1B8D33: hue angle of 132.63º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8D33 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 51 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.45 |
| HSL | 132.63º | 0.68% | 0.33% | - |
| HSV(B) | 132.63º | 0.81% | 0.55% | - |
| XYZ | 10.57 | 19.52 | 6.34 | - |
| YUV | 96.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 51 | 0.81 | 0 | 0.64 | 0.45 | 132.63 | 0.68 | 0.33 |
| Hex | 1B | 8D | 33 | 51 | 0 | 40 | 2D | 85 | 44 | 21 |
| Octal | 33 | 215 | 63 | 121 | 0 | 100 | 55 | 205 | 104 | 41 |
| Binary | 11011 | 10001101 | 110011 | 1010001 | 0 | 1000000 | 101101 | 10000101 | 1000100 | 100001 |
Color Harmonies of #1B8D33
Complementary color
Monochromatic Colors of #1B8D33
Black with #1B8D33
Text Example
Text Example
White with #1B8D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D33; }
p { color: rgb(27,141,51); }
H1.HeaderClassName
{
color: #1B8D33;
}
.AnyTagClassName
{
color: #1B8D33;
}
</style>
background-color css
<style>
a { background-color: #1B8D33; }
a { background-color: rgb(27,141,51); }
div.DivClassName
{
background-color: #1B8D33;
}
.BgClassName
{
background-color: #1B8D33;
}
</style>
border-color css
<style>
span { border-color: #1B8D33; }
span { border-color: rgb(27,141,51); }
td.TdClassName
{
border-color: #1B8D33;
}
.TagClassName
{
border-color: #1B8D33;
}
</style>