Shades of Forest Green #1A802F
Tints of Forest Green #1A802F
RGB
CMYK
RGB Variations
Color information
#1A802F (or 0x1A802F) is known color: Forest Green. HEX triplet: 1A, 80 and 2F. RGB value is (26,128,47). Sum of RGB (Red+Green+Blue) = 26+128+47=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #1A802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A802F is #E57FD0. Grayscale: #585858. Windows color (decimal): -15040465 or 3112986. OLE color: 3112986.
HSL color Cylindrical-coordinate representation of color #1A802F: hue angle of 132.35º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A802F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 47 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.50 |
| HSL | 132.35º | 0.66% | 0.3% | - |
| HSV(B) | 132.35º | 0.8% | 0.5% | - |
| XYZ | 8.66 | 15.86 | 5.29 | - |
| YUV | 88.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 47 | 0.80 | 0 | 0.63 | 0.50 | 132.35 | 0.66 | 0.3 |
| Hex | 1A | 80 | 2F | 50 | 0 | 3F | 32 | 84 | 42 | 1E |
| Octal | 32 | 200 | 57 | 120 | 0 | 77 | 62 | 204 | 102 | 36 |
| Binary | 11010 | 10000000 | 101111 | 1010000 | 0 | 111111 | 110010 | 10000100 | 1000010 | 11110 |
Color Harmonies of #1A802F
Complementary color
Monochromatic Colors of #1A802F
Black with #1A802F
Text Example
Text Example
White with #1A802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A802F; }
p { color: rgb(26,128,47); }
H1.HeaderClassName
{
color: #1A802F;
}
.AnyTagClassName
{
color: #1A802F;
}
</style>
background-color css
<style>
a { background-color: #1A802F; }
a { background-color: rgb(26,128,47); }
div.DivClassName
{
background-color: #1A802F;
}
.BgClassName
{
background-color: #1A802F;
}
</style>
border-color css
<style>
span { border-color: #1A802F; }
span { border-color: rgb(26,128,47); }
td.TdClassName
{
border-color: #1A802F;
}
.TagClassName
{
border-color: #1A802F;
}
</style>