Shades of Forest Green #1A8125
Tints of Forest Green #1A8125
RGB
CMYK
RGB Variations
Color information
#1A8125 (or 0x1A8125) is known color: Forest Green. HEX triplet: 1A, 81 and 25. RGB value is (26,129,37). Sum of RGB (Red+Green+Blue) = 26+129+37=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8125 is #E57EDA. Grayscale: #575757. Windows color (decimal): -15040219 or 2457882. OLE color: 2457882.
HSL color Cylindrical-coordinate representation of color #1A8125: hue angle of 126.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8125 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 37 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.49 |
| HSL | 126.41º | 0.66% | 0.3% | - |
| HSV(B) | 126.41º | 0.8% | 0.51% | - |
| XYZ | 8.61 | 16.05 | 4.4 | - |
| YUV | 87.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 37 | 0.80 | 0 | 0.71 | 0.49 | 126.41 | 0.66 | 0.3 |
| Hex | 1A | 81 | 25 | 50 | 0 | 47 | 31 | 7E | 42 | 1E |
| Octal | 32 | 201 | 45 | 120 | 0 | 107 | 61 | 176 | 102 | 36 |
| Binary | 11010 | 10000001 | 100101 | 1010000 | 0 | 1000111 | 110001 | 1111110 | 1000010 | 11110 |
Color Harmonies of #1A8125
Complementary color
Monochromatic Colors of #1A8125
Black with #1A8125
Text Example
Text Example
White with #1A8125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8125; }
p { color: rgb(26,129,37); }
H1.HeaderClassName
{
color: #1A8125;
}
.AnyTagClassName
{
color: #1A8125;
}
</style>
background-color css
<style>
a { background-color: #1A8125; }
a { background-color: rgb(26,129,37); }
div.DivClassName
{
background-color: #1A8125;
}
.BgClassName
{
background-color: #1A8125;
}
</style>
border-color css
<style>
span { border-color: #1A8125; }
span { border-color: rgb(26,129,37); }
td.TdClassName
{
border-color: #1A8125;
}
.TagClassName
{
border-color: #1A8125;
}
</style>