Shades of Forest Green #1AA233
Tints of Forest Green #1AA233
RGB
CMYK
RGB Variations
Color information
#1AA233 (or 0x1AA233) is known color: Forest Green. HEX triplet: 1A, A2 and 33. RGB value is (26,162,51). Sum of RGB (Red+Green+Blue) = 26+162+51=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA233 is #E55DCC. Grayscale: #6C6C6C. Windows color (decimal): -15031757 or 3383834. OLE color: 3383834.
HSL color Cylindrical-coordinate representation of color #1AA233: hue angle of 131.03º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA233 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 162 | 51 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.36 |
| HSL | 131.03º | 0.72% | 0.37% | - |
| HSV(B) | 131.03º | 0.84% | 0.64% | - |
| XYZ | 13.94 | 26.3 | 7.47 | - |
| YUV | 108.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 162 | 51 | 0.84 | 0 | 0.69 | 0.36 | 131.03 | 0.72 | 0.37 |
| Hex | 1A | A2 | 33 | 54 | 0 | 45 | 24 | 83 | 48 | 25 |
| Octal | 32 | 242 | 63 | 124 | 0 | 105 | 44 | 203 | 110 | 45 |
| Binary | 11010 | 10100010 | 110011 | 1010100 | 0 | 1000101 | 100100 | 10000011 | 1001000 | 100101 |
Color Harmonies of #1AA233
Complementary color
Monochromatic Colors of #1AA233
Black with #1AA233
Text Example
Text Example
White with #1AA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA233; }
p { color: rgb(26,162,51); }
H1.HeaderClassName
{
color: #1AA233;
}
.AnyTagClassName
{
color: #1AA233;
}
</style>
background-color css
<style>
a { background-color: #1AA233; }
a { background-color: rgb(26,162,51); }
div.DivClassName
{
background-color: #1AA233;
}
.BgClassName
{
background-color: #1AA233;
}
</style>
border-color css
<style>
span { border-color: #1AA233; }
span { border-color: rgb(26,162,51); }
td.TdClassName
{
border-color: #1AA233;
}
.TagClassName
{
border-color: #1AA233;
}
</style>