Shades of Forest Green #1B8B30
Tints of Forest Green #1B8B30
RGB
CMYK
RGB Variations
Color information
#1B8B30 (or 0x1B8B30) is known color: Forest Green. HEX triplet: 1B, 8B and 30. RGB value is (27,139,48). Sum of RGB (Red+Green+Blue) = 27+139+48=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8B30 is #E474CF. Grayscale: #5F5F5F. Windows color (decimal): -14972112 or 3181339. OLE color: 3181339.
HSL color Cylindrical-coordinate representation of color #1B8B30: hue angle of 131.25º degrees, saturation: 0.67, 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 #1B8B30 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 139 | 48 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.45 |
| HSL | 131.25º | 0.67% | 0.33% | - |
| HSV(B) | 131.25º | 0.81% | 0.55% | - |
| XYZ | 10.22 | 18.91 | 5.91 | - |
| YUV | 95.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 48 | 0.81 | 0 | 0.65 | 0.45 | 131.25 | 0.67 | 0.33 |
| Hex | 1B | 8B | 30 | 51 | 0 | 41 | 2D | 83 | 43 | 21 |
| Octal | 33 | 213 | 60 | 121 | 0 | 101 | 55 | 203 | 103 | 41 |
| Binary | 11011 | 10001011 | 110000 | 1010001 | 0 | 1000001 | 101101 | 10000011 | 1000011 | 100001 |
Color Harmonies of #1B8B30
Complementary color
Monochromatic Colors of #1B8B30
Black with #1B8B30
Text Example
Text Example
White with #1B8B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B30; }
p { color: rgb(27,139,48); }
H1.HeaderClassName
{
color: #1B8B30;
}
.AnyTagClassName
{
color: #1B8B30;
}
</style>
background-color css
<style>
a { background-color: #1B8B30; }
a { background-color: rgb(27,139,48); }
div.DivClassName
{
background-color: #1B8B30;
}
.BgClassName
{
background-color: #1B8B30;
}
</style>
border-color css
<style>
span { border-color: #1B8B30; }
span { border-color: rgb(27,139,48); }
td.TdClassName
{
border-color: #1B8B30;
}
.TagClassName
{
border-color: #1B8B30;
}
</style>