Shades of Forest Green #26951D
Tints of Forest Green #26951D
RGB
CMYK
RGB Variations
Color information
#26951D (or 0x26951D) is known color: Forest Green. HEX triplet: 26, 95 and 1D. RGB value is (38,149,29). Sum of RGB (Red+Green+Blue) = 38+149+29=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #26951D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26951D is #D96AE2. Grayscale: #666666. Windows color (decimal): -14248675 or 1938726. OLE color: 1938726.
HSL color Cylindrical-coordinate representation of color #26951D: hue angle of 115.5º degrees, saturation: 0.67, 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 #26951D is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 29 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.42 |
| HSL | 115.5º | 0.67% | 0.35% | - |
| HSV(B) | 115.5º | 0.81% | 0.58% | - |
| XYZ | 11.77 | 22 | 4.79 | - |
| YUV | 102.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 29 | 0.74 | 0 | 0.81 | 0.42 | 115.5 | 0.67 | 0.35 |
| Hex | 26 | 95 | 1D | 4A | 0 | 51 | 2A | 74 | 43 | 23 |
| Octal | 46 | 225 | 35 | 112 | 0 | 121 | 52 | 164 | 103 | 43 |
| Binary | 100110 | 10010101 | 11101 | 1001010 | 0 | 1010001 | 101010 | 1110100 | 1000011 | 100011 |
Color Harmonies of #26951D
Complementary color
Monochromatic Colors of #26951D
Black with #26951D
Text Example
Text Example
White with #26951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26951D; }
p { color: rgb(38,149,29); }
H1.HeaderClassName
{
color: #26951D;
}
.AnyTagClassName
{
color: #26951D;
}
</style>
background-color css
<style>
a { background-color: #26951D; }
a { background-color: rgb(38,149,29); }
div.DivClassName
{
background-color: #26951D;
}
.BgClassName
{
background-color: #26951D;
}
</style>
border-color css
<style>
span { border-color: #26951D; }
span { border-color: rgb(38,149,29); }
td.TdClassName
{
border-color: #26951D;
}
.TagClassName
{
border-color: #26951D;
}
</style>