Shades of Forest Green #1A900D
Tints of Forest Green #1A900D
RGB
CMYK
RGB Variations
Color information
#1A900D (or 0x1A900D) is known color: Forest Green. HEX triplet: 1A, 90 and 0D. RGB value is (26,144,13). Sum of RGB (Red+Green+Blue) = 26+144+13=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 144 (56.64% from 255 or 78.69% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 144 - color contains mainly: green. Hex color #1A900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A900D is #E56FF2. Grayscale: #5E5E5E. Windows color (decimal): -15036403 or 888858. OLE color: 888858.
HSL color Cylindrical-coordinate representation of color #1A900D: hue angle of 114.05º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A900D is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 13 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.44 |
| HSL | 114.05º | 0.83% | 0.31% | - |
| HSV(B) | 114.05º | 0.91% | 0.56% | - |
| XYZ | 10.47 | 20.2 | 3.73 | - |
| YUV | 93.78 | 82.41 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 13 | 0.82 | 0 | 0.91 | 0.44 | 114.05 | 0.83 | 0.31 |
| Hex | 1A | 90 | D | 52 | 0 | 5B | 2C | 72 | 53 | 1F |
| Octal | 32 | 220 | 15 | 122 | 0 | 133 | 54 | 162 | 123 | 37 |
| Binary | 11010 | 10010000 | 1101 | 1010010 | 0 | 1011011 | 101100 | 1110010 | 1010011 | 11111 |
Color Harmonies of #1A900D
Complementary color
Monochromatic Colors of #1A900D
Black with #1A900D
Text Example
Text Example
White with #1A900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A900D; }
p { color: rgb(26,144,13); }
H1.HeaderClassName
{
color: #1A900D;
}
.AnyTagClassName
{
color: #1A900D;
}
</style>
background-color css
<style>
a { background-color: #1A900D; }
a { background-color: rgb(26,144,13); }
div.DivClassName
{
background-color: #1A900D;
}
.BgClassName
{
background-color: #1A900D;
}
</style>
border-color css
<style>
span { border-color: #1A900D; }
span { border-color: rgb(26,144,13); }
td.TdClassName
{
border-color: #1A900D;
}
.TagClassName
{
border-color: #1A900D;
}
</style>