Shades of Forest Green #1A8A1A
Tints of Forest Green #1A8A1A
RGB
CMYK
RGB Variations
Color information
#1A8A1A (or 0x1A8A1A) is known color: Forest Green. HEX triplet: 1A, 8A and 1A. RGB value is (26,138,26). Sum of RGB (Red+Green+Blue) = 26+138+26=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8A1A is #E575E5. Grayscale: #5C5C5C. Windows color (decimal): -15037926 or 1739290. OLE color: 1739290.
HSL color Cylindrical-coordinate representation of color #1A8A1A: hue angle of 120º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A1A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 26 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.46 |
| HSL | 120º | 0.68% | 0.32% | - |
| HSV(B) | 120º | 0.81% | 0.54% | - |
| XYZ | 9.7 | 18.47 | 4.03 | - |
| YUV | 91.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 26 | 0.81 | 0 | 0.81 | 0.46 | 120 | 0.68 | 0.32 |
| Hex | 1A | 8A | 1A | 51 | 0 | 51 | 2E | 78 | 44 | 20 |
| Octal | 32 | 212 | 32 | 121 | 0 | 121 | 56 | 170 | 104 | 40 |
| Binary | 11010 | 10001010 | 11010 | 1010001 | 0 | 1010001 | 101110 | 1111000 | 1000100 | 100000 |
Color Harmonies of #1A8A1A
Complementary color
Monochromatic Colors of #1A8A1A
Black with #1A8A1A
Text Example
Text Example
White with #1A8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A1A; }
p { color: rgb(26,138,26); }
H1.HeaderClassName
{
color: #1A8A1A;
}
.AnyTagClassName
{
color: #1A8A1A;
}
</style>
background-color css
<style>
a { background-color: #1A8A1A; }
a { background-color: rgb(26,138,26); }
div.DivClassName
{
background-color: #1A8A1A;
}
.BgClassName
{
background-color: #1A8A1A;
}
</style>
border-color css
<style>
span { border-color: #1A8A1A; }
span { border-color: rgb(26,138,26); }
td.TdClassName
{
border-color: #1A8A1A;
}
.TagClassName
{
border-color: #1A8A1A;
}
</style>