Shades of Forest Green #26AB2A
Tints of Forest Green #26AB2A
RGB
CMYK
RGB Variations
Color information
#26AB2A (or 0x26AB2A) is known color: Forest Green. HEX triplet: 26, AB and 2A. RGB value is (38,171,42). Sum of RGB (Red+Green+Blue) = 38+171+42=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AB2A is #D954D5. Grayscale: #747474. Windows color (decimal): -14243030 or 2796326. OLE color: 2796326.
HSL color Cylindrical-coordinate representation of color #26AB2A: hue angle of 121.8º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB2A is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 171 | 42 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.33 |
| HSL | 121.8º | 0.64% | 0.41% | - |
| HSV(B) | 121.8º | 0.78% | 0.67% | - |
| XYZ | 15.78 | 29.71 | 7.09 | - |
| YUV | 116.53 | 85.94 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 42 | 0.78 | 0 | 0.75 | 0.33 | 121.8 | 0.64 | 0.41 |
| Hex | 26 | AB | 2A | 4E | 0 | 4B | 21 | 7A | 40 | 29 |
| Octal | 46 | 253 | 52 | 116 | 0 | 113 | 41 | 172 | 100 | 51 |
| Binary | 100110 | 10101011 | 101010 | 1001110 | 0 | 1001011 | 100001 | 1111010 | 1000000 | 101001 |
Color Harmonies of #26AB2A
Complementary color
Monochromatic Colors of #26AB2A
Black with #26AB2A
Text Example
Text Example
White with #26AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AB2A; }
p { color: rgb(38,171,42); }
H1.HeaderClassName
{
color: #26AB2A;
}
.AnyTagClassName
{
color: #26AB2A;
}
</style>
background-color css
<style>
a { background-color: #26AB2A; }
a { background-color: rgb(38,171,42); }
div.DivClassName
{
background-color: #26AB2A;
}
.BgClassName
{
background-color: #26AB2A;
}
</style>
border-color css
<style>
span { border-color: #26AB2A; }
span { border-color: rgb(38,171,42); }
td.TdClassName
{
border-color: #26AB2A;
}
.TagClassName
{
border-color: #26AB2A;
}
</style>