Shades of Forest Green #1B831D
Tints of Forest Green #1B831D
RGB
CMYK
RGB Variations
Color information
#1B831D (or 0x1B831D) is known color: Forest Green. HEX triplet: 1B, 83 and 1D. RGB value is (27,131,29). Sum of RGB (Red+Green+Blue) = 27+131+29=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #1B831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B831D is #E47CE2. Grayscale: #585858. Windows color (decimal): -14974179 or 1934107. OLE color: 1934107.
HSL color Cylindrical-coordinate representation of color #1B831D: hue angle of 121.15º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B831D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 131 | 29 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.49 |
| HSL | 121.15º | 0.66% | 0.31% | - |
| HSV(B) | 121.15º | 0.79% | 0.51% | - |
| XYZ | 8.79 | 16.55 | 3.89 | - |
| YUV | 88.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 29 | 0.79 | 0 | 0.78 | 0.49 | 121.15 | 0.66 | 0.31 |
| Hex | 1B | 83 | 1D | 4F | 0 | 4E | 31 | 79 | 42 | 1F |
| Octal | 33 | 203 | 35 | 117 | 0 | 116 | 61 | 171 | 102 | 37 |
| Binary | 11011 | 10000011 | 11101 | 1001111 | 0 | 1001110 | 110001 | 1111001 | 1000010 | 11111 |
Color Harmonies of #1B831D
Complementary color
Monochromatic Colors of #1B831D
Black with #1B831D
Text Example
Text Example
White with #1B831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B831D; }
p { color: rgb(27,131,29); }
H1.HeaderClassName
{
color: #1B831D;
}
.AnyTagClassName
{
color: #1B831D;
}
</style>
background-color css
<style>
a { background-color: #1B831D; }
a { background-color: rgb(27,131,29); }
div.DivClassName
{
background-color: #1B831D;
}
.BgClassName
{
background-color: #1B831D;
}
</style>
border-color css
<style>
span { border-color: #1B831D; }
span { border-color: rgb(27,131,29); }
td.TdClassName
{
border-color: #1B831D;
}
.TagClassName
{
border-color: #1B831D;
}
</style>