Shades of Forest Green #1B8D36
Tints of Forest Green #1B8D36
RGB
CMYK
RGB Variations
Color information
#1B8D36 (or 0x1B8D36) is known color: Forest Green. HEX triplet: 1B, 8D and 36. RGB value is (27,141,54). Sum of RGB (Red+Green+Blue) = 27+141+54=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8D36 is #E472C9. Grayscale: #616161. Windows color (decimal): -14971594 or 3575067. OLE color: 3575067.
HSL color Cylindrical-coordinate representation of color #1B8D36: hue angle of 134.21º 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 #1B8D36 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 54 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.45 |
| HSL | 134.21º | 0.68% | 0.33% | - |
| HSV(B) | 134.21º | 0.81% | 0.55% | - |
| XYZ | 10.64 | 19.55 | 6.7 | - |
| YUV | 97 | 103.73 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 54 | 0.81 | 0 | 0.62 | 0.45 | 134.21 | 0.68 | 0.33 |
| Hex | 1B | 8D | 36 | 51 | 0 | 3E | 2D | 86 | 44 | 21 |
| Octal | 33 | 215 | 66 | 121 | 0 | 76 | 55 | 206 | 104 | 41 |
| Binary | 11011 | 10001101 | 110110 | 1010001 | 0 | 111110 | 101101 | 10000110 | 1000100 | 100001 |
Color Harmonies of #1B8D36
Complementary color
Monochromatic Colors of #1B8D36
Black with #1B8D36
Text Example
Text Example
White with #1B8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D36; }
p { color: rgb(27,141,54); }
H1.HeaderClassName
{
color: #1B8D36;
}
.AnyTagClassName
{
color: #1B8D36;
}
</style>
background-color css
<style>
a { background-color: #1B8D36; }
a { background-color: rgb(27,141,54); }
div.DivClassName
{
background-color: #1B8D36;
}
.BgClassName
{
background-color: #1B8D36;
}
</style>
border-color css
<style>
span { border-color: #1B8D36; }
span { border-color: rgb(27,141,54); }
td.TdClassName
{
border-color: #1B8D36;
}
.TagClassName
{
border-color: #1B8D36;
}
</style>