Shades of Forest Green #26931C
Tints of Forest Green #26931C
RGB
CMYK
RGB Variations
Color information
#26931C (or 0x26931C) is known color: Forest Green. HEX triplet: 26, 93 and 1C. RGB value is (38,147,28). Sum of RGB (Red+Green+Blue) = 38+147+28=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #26931C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26931C is #D96CE3. Grayscale: #656565. Windows color (decimal): -14249188 or 1872678. OLE color: 1872678.
HSL color Cylindrical-coordinate representation of color #26931C: hue angle of 114.96º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26931C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 28 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.42 |
| HSL | 114.96º | 0.68% | 0.34% | - |
| HSV(B) | 114.96º | 0.81% | 0.58% | - |
| XYZ | 11.44 | 21.36 | 4.62 | - |
| YUV | 100.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 28 | 0.74 | 0 | 0.81 | 0.42 | 114.96 | 0.68 | 0.34 |
| Hex | 26 | 93 | 1C | 4A | 0 | 51 | 2A | 73 | 44 | 22 |
| Octal | 46 | 223 | 34 | 112 | 0 | 121 | 52 | 163 | 104 | 42 |
| Binary | 100110 | 10010011 | 11100 | 1001010 | 0 | 1010001 | 101010 | 1110011 | 1000100 | 100010 |
Color Harmonies of #26931C
Complementary color
Monochromatic Colors of #26931C
Black with #26931C
Text Example
Text Example
White with #26931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26931C; }
p { color: rgb(38,147,28); }
H1.HeaderClassName
{
color: #26931C;
}
.AnyTagClassName
{
color: #26931C;
}
</style>
background-color css
<style>
a { background-color: #26931C; }
a { background-color: rgb(38,147,28); }
div.DivClassName
{
background-color: #26931C;
}
.BgClassName
{
background-color: #26931C;
}
</style>
border-color css
<style>
span { border-color: #26931C; }
span { border-color: rgb(38,147,28); }
td.TdClassName
{
border-color: #26931C;
}
.TagClassName
{
border-color: #26931C;
}
</style>