Shades of Forest Green #26963A
Tints of Forest Green #26963A
RGB
CMYK
RGB Variations
Color information
#26963A (or 0x26963A) is known color: Forest Green. HEX triplet: 26, 96 and 3A. RGB value is (38,150,58). Sum of RGB (Red+Green+Blue) = 38+150+58=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #26963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26963A is #D969C5. Grayscale: #6A6A6A. Windows color (decimal): -14248390 or 3839526. OLE color: 3839526.
HSL color Cylindrical-coordinate representation of color #26963A: hue angle of 130.71º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26963A is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 58 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.41 |
| HSL | 130.71º | 0.6% | 0.37% | - |
| HSV(B) | 130.71º | 0.75% | 0.59% | - |
| XYZ | 12.47 | 22.53 | 7.69 | - |
| YUV | 106.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 58 | 0.75 | 0 | 0.61 | 0.41 | 130.71 | 0.6 | 0.37 |
| Hex | 26 | 96 | 3A | 4B | 0 | 3D | 29 | 83 | 3C | 25 |
| Octal | 46 | 226 | 72 | 113 | 0 | 75 | 51 | 203 | 74 | 45 |
| Binary | 100110 | 10010110 | 111010 | 1001011 | 0 | 111101 | 101001 | 10000011 | 111100 | 100101 |
Color Harmonies of #26963A
Complementary color
Monochromatic Colors of #26963A
Black with #26963A
Text Example
Text Example
White with #26963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26963A; }
p { color: rgb(38,150,58); }
H1.HeaderClassName
{
color: #26963A;
}
.AnyTagClassName
{
color: #26963A;
}
</style>
background-color css
<style>
a { background-color: #26963A; }
a { background-color: rgb(38,150,58); }
div.DivClassName
{
background-color: #26963A;
}
.BgClassName
{
background-color: #26963A;
}
</style>
border-color css
<style>
span { border-color: #26963A; }
span { border-color: rgb(38,150,58); }
td.TdClassName
{
border-color: #26963A;
}
.TagClassName
{
border-color: #26963A;
}
</style>