Shades of Forest Green #26951C
Tints of Forest Green #26951C
RGB
CMYK
RGB Variations
Color information
#26951C (or 0x26951C) is known color: Forest Green. HEX triplet: 26, 95 and 1C. RGB value is (38,149,28). Sum of RGB (Red+Green+Blue) = 38+149+28=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #26951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26951C is #D96AE3. Grayscale: #666666. Windows color (decimal): -14248676 or 1873190. OLE color: 1873190.
HSL color Cylindrical-coordinate representation of color #26951C: hue angle of 115.04º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26951C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 28 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.42 |
| HSL | 115.04º | 0.68% | 0.35% | - |
| HSV(B) | 115.04º | 0.81% | 0.58% | - |
| XYZ | 11.76 | 21.99 | 4.72 | - |
| YUV | 102.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 28 | 0.74 | 0 | 0.81 | 0.42 | 115.04 | 0.68 | 0.35 |
| Hex | 26 | 95 | 1C | 4A | 0 | 51 | 2A | 73 | 44 | 23 |
| Octal | 46 | 225 | 34 | 112 | 0 | 121 | 52 | 163 | 104 | 43 |
| Binary | 100110 | 10010101 | 11100 | 1001010 | 0 | 1010001 | 101010 | 1110011 | 1000100 | 100011 |
Color Harmonies of #26951C
Complementary color
Monochromatic Colors of #26951C
Black with #26951C
Text Example
Text Example
White with #26951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26951C; }
p { color: rgb(38,149,28); }
H1.HeaderClassName
{
color: #26951C;
}
.AnyTagClassName
{
color: #26951C;
}
</style>
background-color css
<style>
a { background-color: #26951C; }
a { background-color: rgb(38,149,28); }
div.DivClassName
{
background-color: #26951C;
}
.BgClassName
{
background-color: #26951C;
}
</style>
border-color css
<style>
span { border-color: #26951C; }
span { border-color: rgb(38,149,28); }
td.TdClassName
{
border-color: #26951C;
}
.TagClassName
{
border-color: #26951C;
}
</style>