Shades of Forest Green #26992C
Tints of Forest Green #26992C
RGB
CMYK
RGB Variations
Color information
#26992C (or 0x26992C) is known color: Forest Green. HEX triplet: 26, 99 and 2C. RGB value is (38,153,44). Sum of RGB (Red+Green+Blue) = 38+153+44=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #26992C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26992C is #D966D3. Grayscale: #6A6A6A. Windows color (decimal): -14247636 or 2922790. OLE color: 2922790.
HSL color Cylindrical-coordinate representation of color #26992C: hue angle of 123.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26992C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 44 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.4 |
| HSL | 123.13º | 0.6% | 0.37% | - |
| HSV(B) | 123.13º | 0.75% | 0.6% | - |
| XYZ | 12.65 | 23.38 | 6.23 | - |
| YUV | 106.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 44 | 0.75 | 0 | 0.71 | 0.4 | 123.13 | 0.6 | 0.37 |
| Hex | 26 | 99 | 2C | 4B | 0 | 47 | 28 | 7B | 3C | 25 |
| Octal | 46 | 231 | 54 | 113 | 0 | 107 | 50 | 173 | 74 | 45 |
| Binary | 100110 | 10011001 | 101100 | 1001011 | 0 | 1000111 | 101000 | 1111011 | 111100 | 100101 |
Color Harmonies of #26992C
Complementary color
Monochromatic Colors of #26992C
Black with #26992C
Text Example
Text Example
White with #26992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26992C; }
p { color: rgb(38,153,44); }
H1.HeaderClassName
{
color: #26992C;
}
.AnyTagClassName
{
color: #26992C;
}
</style>
background-color css
<style>
a { background-color: #26992C; }
a { background-color: rgb(38,153,44); }
div.DivClassName
{
background-color: #26992C;
}
.BgClassName
{
background-color: #26992C;
}
</style>
border-color css
<style>
span { border-color: #26992C; }
span { border-color: rgb(38,153,44); }
td.TdClassName
{
border-color: #26992C;
}
.TagClassName
{
border-color: #26992C;
}
</style>