Shades of Forest Green #26AB2D
Tints of Forest Green #26AB2D
RGB
CMYK
RGB Variations
Color information
#26AB2D (or 0x26AB2D) is known color: Forest Green. HEX triplet: 26, AB and 2D. RGB value is (38,171,45). Sum of RGB (Red+Green+Blue) = 38+171+45=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AB2D is #D954D2. Grayscale: #757575. Windows color (decimal): -14243027 or 2992934. OLE color: 2992934.
HSL color Cylindrical-coordinate representation of color #26AB2D: hue angle of 123.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB2D is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 171 | 45 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.33 |
| HSL | 123.16º | 0.64% | 0.41% | - |
| HSV(B) | 123.16º | 0.78% | 0.67% | - |
| XYZ | 15.84 | 29.73 | 7.39 | - |
| YUV | 116.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 45 | 0.78 | 0 | 0.74 | 0.33 | 123.16 | 0.64 | 0.41 |
| Hex | 26 | AB | 2D | 4E | 0 | 4A | 21 | 7B | 40 | 29 |
| Octal | 46 | 253 | 55 | 116 | 0 | 112 | 41 | 173 | 100 | 51 |
| Binary | 100110 | 10101011 | 101101 | 1001110 | 0 | 1001010 | 100001 | 1111011 | 1000000 | 101001 |
Color Harmonies of #26AB2D
Complementary color
Monochromatic Colors of #26AB2D
Black with #26AB2D
Text Example
Text Example
White with #26AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AB2D; }
p { color: rgb(38,171,45); }
H1.HeaderClassName
{
color: #26AB2D;
}
.AnyTagClassName
{
color: #26AB2D;
}
</style>
background-color css
<style>
a { background-color: #26AB2D; }
a { background-color: rgb(38,171,45); }
div.DivClassName
{
background-color: #26AB2D;
}
.BgClassName
{
background-color: #26AB2D;
}
</style>
border-color css
<style>
span { border-color: #26AB2D; }
span { border-color: rgb(38,171,45); }
td.TdClassName
{
border-color: #26AB2D;
}
.TagClassName
{
border-color: #26AB2D;
}
</style>