Shades of Forest Green #1A900B
Tints of Forest Green #1A900B
RGB
CMYK
RGB Variations
Color information
#1A900B (or 0x1A900B) is known color: Forest Green. HEX triplet: 1A, 90 and 0B. RGB value is (26,144,11). Sum of RGB (Red+Green+Blue) = 26+144+11=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #1A900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A900B is #E56FF4. Grayscale: #5D5D5D. Windows color (decimal): -15036405 or 757786. OLE color: 757786.
HSL color Cylindrical-coordinate representation of color #1A900B: hue angle of 113.23º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A900B is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 11 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.44 |
| HSL | 113.23º | 0.86% | 0.3% | - |
| HSV(B) | 113.23º | 0.92% | 0.56% | - |
| XYZ | 10.46 | 20.19 | 3.66 | - |
| YUV | 93.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 11 | 0.82 | 0 | 0.92 | 0.44 | 113.23 | 0.86 | 0.3 |
| Hex | 1A | 90 | B | 52 | 0 | 5C | 2C | 71 | 56 | 1E |
| Octal | 32 | 220 | 13 | 122 | 0 | 134 | 54 | 161 | 126 | 36 |
| Binary | 11010 | 10010000 | 1011 | 1010010 | 0 | 1011100 | 101100 | 1110001 | 1010110 | 11110 |
Color Harmonies of #1A900B
Complementary color
Monochromatic Colors of #1A900B
Black with #1A900B
Text Example
Text Example
White with #1A900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A900B; }
p { color: rgb(26,144,11); }
H1.HeaderClassName
{
color: #1A900B;
}
.AnyTagClassName
{
color: #1A900B;
}
</style>
background-color css
<style>
a { background-color: #1A900B; }
a { background-color: rgb(26,144,11); }
div.DivClassName
{
background-color: #1A900B;
}
.BgClassName
{
background-color: #1A900B;
}
</style>
border-color css
<style>
span { border-color: #1A900B; }
span { border-color: rgb(26,144,11); }
td.TdClassName
{
border-color: #1A900B;
}
.TagClassName
{
border-color: #1A900B;
}
</style>