Shades of Forest Green #1B812D
Tints of Forest Green #1B812D
RGB
CMYK
RGB Variations
Color information
#1B812D (or 0x1B812D) is known color: Forest Green. HEX triplet: 1B, 81 and 2D. RGB value is (27,129,45). Sum of RGB (Red+Green+Blue) = 27+129+45=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #1B812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B812D is #E47ED2. Grayscale: #595959. Windows color (decimal): -14974675 or 2982171. OLE color: 2982171.
HSL color Cylindrical-coordinate representation of color #1B812D: hue angle of 130.59º degrees, saturation: 0.65, 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 #1B812D is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 45 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.49 |
| HSL | 130.59º | 0.65% | 0.31% | - |
| HSV(B) | 130.59º | 0.79% | 0.51% | - |
| XYZ | 8.78 | 16.12 | 5.13 | - |
| YUV | 88.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 45 | 0.79 | 0 | 0.65 | 0.49 | 130.59 | 0.65 | 0.31 |
| Hex | 1B | 81 | 2D | 4F | 0 | 41 | 31 | 83 | 41 | 1F |
| Octal | 33 | 201 | 55 | 117 | 0 | 101 | 61 | 203 | 101 | 37 |
| Binary | 11011 | 10000001 | 101101 | 1001111 | 0 | 1000001 | 110001 | 10000011 | 1000001 | 11111 |
Color Harmonies of #1B812D
Complementary color
Monochromatic Colors of #1B812D
Black with #1B812D
Text Example
Text Example
White with #1B812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B812D; }
p { color: rgb(27,129,45); }
H1.HeaderClassName
{
color: #1B812D;
}
.AnyTagClassName
{
color: #1B812D;
}
</style>
background-color css
<style>
a { background-color: #1B812D; }
a { background-color: rgb(27,129,45); }
div.DivClassName
{
background-color: #1B812D;
}
.BgClassName
{
background-color: #1B812D;
}
</style>
border-color css
<style>
span { border-color: #1B812D; }
span { border-color: rgb(27,129,45); }
td.TdClassName
{
border-color: #1B812D;
}
.TagClassName
{
border-color: #1B812D;
}
</style>