Shades of Forest Green #26972F
Tints of Forest Green #26972F
RGB
CMYK
RGB Variations
Color information
#26972F (or 0x26972F) is known color: Forest Green. HEX triplet: 26, 97 and 2F. RGB value is (38,151,47). Sum of RGB (Red+Green+Blue) = 38+151+47=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #26972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26972F is #D968D0. Grayscale: #696969. Windows color (decimal): -14248145 or 3118886. OLE color: 3118886.
HSL color Cylindrical-coordinate representation of color #26972F: hue angle of 124.78º 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 #26972F is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 47 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.41 |
| HSL | 124.78º | 0.6% | 0.37% | - |
| HSV(B) | 124.78º | 0.75% | 0.59% | - |
| XYZ | 12.38 | 22.75 | 6.43 | - |
| YUV | 105.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 47 | 0.75 | 0 | 0.69 | 0.41 | 124.78 | 0.6 | 0.37 |
| Hex | 26 | 97 | 2F | 4B | 0 | 45 | 29 | 7D | 3C | 25 |
| Octal | 46 | 227 | 57 | 113 | 0 | 105 | 51 | 175 | 74 | 45 |
| Binary | 100110 | 10010111 | 101111 | 1001011 | 0 | 1000101 | 101001 | 1111101 | 111100 | 100101 |
Color Harmonies of #26972F
Complementary color
Monochromatic Colors of #26972F
Black with #26972F
Text Example
Text Example
White with #26972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26972F; }
p { color: rgb(38,151,47); }
H1.HeaderClassName
{
color: #26972F;
}
.AnyTagClassName
{
color: #26972F;
}
</style>
background-color css
<style>
a { background-color: #26972F; }
a { background-color: rgb(38,151,47); }
div.DivClassName
{
background-color: #26972F;
}
.BgClassName
{
background-color: #26972F;
}
</style>
border-color css
<style>
span { border-color: #26972F; }
span { border-color: rgb(38,151,47); }
td.TdClassName
{
border-color: #26972F;
}
.TagClassName
{
border-color: #26972F;
}
</style>