Shades of Forest Green #26A132
Tints of Forest Green #26A132
RGB
CMYK
RGB Variations
Color information
#26A132 (or 0x26A132) is known color: Forest Green. HEX triplet: 26, A1 and 32. RGB value is (38,161,50). Sum of RGB (Red+Green+Blue) = 38+161+50=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #26A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A132 is #D95ECD. Grayscale: #6F6F6F. Windows color (decimal): -14245582 or 3318054. OLE color: 3318054.
HSL color Cylindrical-coordinate representation of color #26A132: hue angle of 125.85º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A132 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 161 | 50 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.37 |
| HSL | 125.85º | 0.62% | 0.39% | - |
| HSV(B) | 125.85º | 0.76% | 0.63% | - |
| XYZ | 14.12 | 26.13 | 7.32 | - |
| YUV | 111.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 161 | 50 | 0.76 | 0 | 0.69 | 0.37 | 125.85 | 0.62 | 0.39 |
| Hex | 26 | A1 | 32 | 4C | 0 | 45 | 25 | 7E | 3E | 27 |
| Octal | 46 | 241 | 62 | 114 | 0 | 105 | 45 | 176 | 76 | 47 |
| Binary | 100110 | 10100001 | 110010 | 1001100 | 0 | 1000101 | 100101 | 1111110 | 111110 | 100111 |
Color Harmonies of #26A132
Complementary color
Monochromatic Colors of #26A132
Black with #26A132
Text Example
Text Example
White with #26A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A132; }
p { color: rgb(38,161,50); }
H1.HeaderClassName
{
color: #26A132;
}
.AnyTagClassName
{
color: #26A132;
}
</style>
background-color css
<style>
a { background-color: #26A132; }
a { background-color: rgb(38,161,50); }
div.DivClassName
{
background-color: #26A132;
}
.BgClassName
{
background-color: #26A132;
}
</style>
border-color css
<style>
span { border-color: #26A132; }
span { border-color: rgb(38,161,50); }
td.TdClassName
{
border-color: #26A132;
}
.TagClassName
{
border-color: #26A132;
}
</style>