Shades of Forest Green #26A62A
Tints of Forest Green #26A62A
RGB
CMYK
RGB Variations
Color information
#26A62A (or 0x26A62A) is known color: Forest Green. HEX triplet: 26, A6 and 2A. RGB value is (38,166,42). Sum of RGB (Red+Green+Blue) = 38+166+42=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 166 (65.23% from 255 or 67.48% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 166 - color contains mainly: green. Hex color #26A62A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A62A is #D959D5. Grayscale: #717171. Windows color (decimal): -14244310 or 2795046. OLE color: 2795046.
HSL color Cylindrical-coordinate representation of color #26A62A: hue angle of 121.88º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A62A is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 42 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.35 |
| HSL | 121.88º | 0.63% | 0.4% | - |
| HSV(B) | 121.88º | 0.77% | 0.65% | - |
| XYZ | 14.85 | 27.85 | 6.78 | - |
| YUV | 113.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 42 | 0.77 | 0 | 0.75 | 0.35 | 121.88 | 0.63 | 0.4 |
| Hex | 26 | A6 | 2A | 4D | 0 | 4B | 23 | 7A | 3F | 28 |
| Octal | 46 | 246 | 52 | 115 | 0 | 113 | 43 | 172 | 77 | 50 |
| Binary | 100110 | 10100110 | 101010 | 1001101 | 0 | 1001011 | 100011 | 1111010 | 111111 | 101000 |
Color Harmonies of #26A62A
Complementary color
Monochromatic Colors of #26A62A
Black with #26A62A
Text Example
Text Example
White with #26A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A62A; }
p { color: rgb(38,166,42); }
H1.HeaderClassName
{
color: #26A62A;
}
.AnyTagClassName
{
color: #26A62A;
}
</style>
background-color css
<style>
a { background-color: #26A62A; }
a { background-color: rgb(38,166,42); }
div.DivClassName
{
background-color: #26A62A;
}
.BgClassName
{
background-color: #26A62A;
}
</style>
border-color css
<style>
span { border-color: #26A62A; }
span { border-color: rgb(38,166,42); }
td.TdClassName
{
border-color: #26A62A;
}
.TagClassName
{
border-color: #26A62A;
}
</style>