Shades of Forest Green #1B8C33
Tints of Forest Green #1B8C33
RGB
CMYK
RGB Variations
Color information
#1B8C33 (or 0x1B8C33) is known color: Forest Green. HEX triplet: 1B, 8C and 33. RGB value is (27,140,51). Sum of RGB (Red+Green+Blue) = 27+140+51=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8C33 is #E473CC. Grayscale: #606060. Windows color (decimal): -14971853 or 3378203. OLE color: 3378203.
HSL color Cylindrical-coordinate representation of color #1B8C33: hue angle of 132.74º 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 #1B8C33 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 140 | 51 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.45 |
| HSL | 132.74º | 0.68% | 0.33% | - |
| HSV(B) | 132.74º | 0.81% | 0.55% | - |
| XYZ | 10.43 | 19.23 | 6.29 | - |
| YUV | 96.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 51 | 0.81 | 0 | 0.64 | 0.45 | 132.74 | 0.68 | 0.33 |
| Hex | 1B | 8C | 33 | 51 | 0 | 40 | 2D | 85 | 44 | 21 |
| Octal | 33 | 214 | 63 | 121 | 0 | 100 | 55 | 205 | 104 | 41 |
| Binary | 11011 | 10001100 | 110011 | 1010001 | 0 | 1000000 | 101101 | 10000101 | 1000100 | 100001 |
Color Harmonies of #1B8C33
Complementary color
Monochromatic Colors of #1B8C33
Black with #1B8C33
Text Example
Text Example
White with #1B8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C33; }
p { color: rgb(27,140,51); }
H1.HeaderClassName
{
color: #1B8C33;
}
.AnyTagClassName
{
color: #1B8C33;
}
</style>
background-color css
<style>
a { background-color: #1B8C33; }
a { background-color: rgb(27,140,51); }
div.DivClassName
{
background-color: #1B8C33;
}
.BgClassName
{
background-color: #1B8C33;
}
</style>
border-color css
<style>
span { border-color: #1B8C33; }
span { border-color: rgb(27,140,51); }
td.TdClassName
{
border-color: #1B8C33;
}
.TagClassName
{
border-color: #1B8C33;
}
</style>