Shades of Forest Green #1B800D
Tints of Forest Green #1B800D
RGB
CMYK
RGB Variations
Color information
#1B800D (or 0x1B800D) is known color: Forest Green. HEX triplet: 1B, 80 and 0D. RGB value is (27,128,13). Sum of RGB (Red+Green+Blue) = 27+128+13=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #1B800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B800D is #E47FF2. Grayscale: #555555. Windows color (decimal): -14974963 or 884763. OLE color: 884763.
HSL color Cylindrical-coordinate representation of color #1B800D: hue angle of 112.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B800D is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 128 | 13 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.50 |
| HSL | 112.7º | 0.82% | 0.28% | - |
| HSV(B) | 112.7º | 0.9% | 0.5% | - |
| XYZ | 8.24 | 15.7 | 2.98 | - |
| YUV | 84.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 13 | 0.79 | 0 | 0.90 | 0.50 | 112.7 | 0.82 | 0.28 |
| Hex | 1B | 80 | D | 4F | 0 | 5A | 32 | 71 | 52 | 1C |
| Octal | 33 | 200 | 15 | 117 | 0 | 132 | 62 | 161 | 122 | 34 |
| Binary | 11011 | 10000000 | 1101 | 1001111 | 0 | 1011010 | 110010 | 1110001 | 1010010 | 11100 |
Color Harmonies of #1B800D
Complementary color
Monochromatic Colors of #1B800D
Black with #1B800D
Text Example
Text Example
White with #1B800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B800D; }
p { color: rgb(27,128,13); }
H1.HeaderClassName
{
color: #1B800D;
}
.AnyTagClassName
{
color: #1B800D;
}
</style>
background-color css
<style>
a { background-color: #1B800D; }
a { background-color: rgb(27,128,13); }
div.DivClassName
{
background-color: #1B800D;
}
.BgClassName
{
background-color: #1B800D;
}
</style>
border-color css
<style>
span { border-color: #1B800D; }
span { border-color: rgb(27,128,13); }
td.TdClassName
{
border-color: #1B800D;
}
.TagClassName
{
border-color: #1B800D;
}
</style>