Shades of Forest Green #1B822F
Tints of Forest Green #1B822F
RGB
CMYK
RGB Variations
Color information
#1B822F (or 0x1B822F) is known color: Forest Green. HEX triplet: 1B, 82 and 2F. RGB value is (27,130,47). Sum of RGB (Red+Green+Blue) = 27+130+47=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #1B822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B822F is #E47DD0. Grayscale: #595959. Windows color (decimal): -14974417 or 3113499. OLE color: 3113499.
HSL color Cylindrical-coordinate representation of color #1B822F: hue angle of 131.65º 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 #1B822F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 47 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.49 |
| HSL | 131.65º | 0.66% | 0.31% | - |
| HSV(B) | 131.65º | 0.79% | 0.51% | - |
| XYZ | 8.95 | 16.4 | 5.38 | - |
| YUV | 89.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 47 | 0.79 | 0 | 0.64 | 0.49 | 131.65 | 0.66 | 0.31 |
| Hex | 1B | 82 | 2F | 4F | 0 | 40 | 31 | 84 | 42 | 1F |
| Octal | 33 | 202 | 57 | 117 | 0 | 100 | 61 | 204 | 102 | 37 |
| Binary | 11011 | 10000010 | 101111 | 1001111 | 0 | 1000000 | 110001 | 10000100 | 1000010 | 11111 |
Color Harmonies of #1B822F
Complementary color
Monochromatic Colors of #1B822F
Black with #1B822F
Text Example
Text Example
White with #1B822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B822F; }
p { color: rgb(27,130,47); }
H1.HeaderClassName
{
color: #1B822F;
}
.AnyTagClassName
{
color: #1B822F;
}
</style>
background-color css
<style>
a { background-color: #1B822F; }
a { background-color: rgb(27,130,47); }
div.DivClassName
{
background-color: #1B822F;
}
.BgClassName
{
background-color: #1B822F;
}
</style>
border-color css
<style>
span { border-color: #1B822F; }
span { border-color: rgb(27,130,47); }
td.TdClassName
{
border-color: #1B822F;
}
.TagClassName
{
border-color: #1B822F;
}
</style>