Shades of Forest Green #1B840D
Tints of Forest Green #1B840D
RGB
CMYK
RGB Variations
Color information
#1B840D (or 0x1B840D) is known color: Forest Green. HEX triplet: 1B, 84 and 0D. RGB value is (27,132,13). Sum of RGB (Red+Green+Blue) = 27+132+13=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #1B840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B840D is #E47BF2. Grayscale: #575757. Windows color (decimal): -14973939 or 885787. OLE color: 885787.
HSL color Cylindrical-coordinate representation of color #1B840D: hue angle of 112.94º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B840D is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 132 | 13 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.48 |
| HSL | 112.94º | 0.82% | 0.28% | - |
| HSV(B) | 112.94º | 0.9% | 0.52% | - |
| XYZ | 8.78 | 16.76 | 3.15 | - |
| YUV | 87.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 13 | 0.80 | 0 | 0.90 | 0.48 | 112.94 | 0.82 | 0.28 |
| Hex | 1B | 84 | D | 50 | 0 | 5A | 30 | 71 | 52 | 1C |
| Octal | 33 | 204 | 15 | 120 | 0 | 132 | 60 | 161 | 122 | 34 |
| Binary | 11011 | 10000100 | 1101 | 1010000 | 0 | 1011010 | 110000 | 1110001 | 1010010 | 11100 |
Color Harmonies of #1B840D
Complementary color
Monochromatic Colors of #1B840D
Black with #1B840D
Text Example
Text Example
White with #1B840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B840D; }
p { color: rgb(27,132,13); }
H1.HeaderClassName
{
color: #1B840D;
}
.AnyTagClassName
{
color: #1B840D;
}
</style>
background-color css
<style>
a { background-color: #1B840D; }
a { background-color: rgb(27,132,13); }
div.DivClassName
{
background-color: #1B840D;
}
.BgClassName
{
background-color: #1B840D;
}
</style>
border-color css
<style>
span { border-color: #1B840D; }
span { border-color: rgb(27,132,13); }
td.TdClassName
{
border-color: #1B840D;
}
.TagClassName
{
border-color: #1B840D;
}
</style>