Shades of Forest Green #26A82A
Tints of Forest Green #26A82A
RGB
CMYK
RGB Variations
Color information
#26A82A (or 0x26A82A) is known color: Forest Green. HEX triplet: 26, A8 and 2A. RGB value is (38,168,42). Sum of RGB (Red+Green+Blue) = 38+168+42=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 168 (66.02% from 255 or 67.74% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 168 - color contains mainly: green. Hex color #26A82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A82A is #D957D5. Grayscale: #737373. Windows color (decimal): -14243798 or 2795558. OLE color: 2795558.
HSL color Cylindrical-coordinate representation of color #26A82A: hue angle of 121.85º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A82A is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 42 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.34 |
| HSL | 121.85º | 0.63% | 0.4% | - |
| HSV(B) | 121.85º | 0.77% | 0.66% | - |
| XYZ | 15.22 | 28.58 | 6.91 | - |
| YUV | 114.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 42 | 0.77 | 0 | 0.75 | 0.34 | 121.85 | 0.63 | 0.4 |
| Hex | 26 | A8 | 2A | 4D | 0 | 4B | 22 | 7A | 3F | 28 |
| Octal | 46 | 250 | 52 | 115 | 0 | 113 | 42 | 172 | 77 | 50 |
| Binary | 100110 | 10101000 | 101010 | 1001101 | 0 | 1001011 | 100010 | 1111010 | 111111 | 101000 |
Color Harmonies of #26A82A
Complementary color
Monochromatic Colors of #26A82A
Black with #26A82A
Text Example
Text Example
White with #26A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A82A; }
p { color: rgb(38,168,42); }
H1.HeaderClassName
{
color: #26A82A;
}
.AnyTagClassName
{
color: #26A82A;
}
</style>
background-color css
<style>
a { background-color: #26A82A; }
a { background-color: rgb(38,168,42); }
div.DivClassName
{
background-color: #26A82A;
}
.BgClassName
{
background-color: #26A82A;
}
</style>
border-color css
<style>
span { border-color: #26A82A; }
span { border-color: rgb(38,168,42); }
td.TdClassName
{
border-color: #26A82A;
}
.TagClassName
{
border-color: #26A82A;
}
</style>