Shades of Forest Green #26A43B
Tints of Forest Green #26A43B
RGB
CMYK
RGB Variations
Color information
#26A43B (or 0x26A43B) is known color: Forest Green. HEX triplet: 26, A4 and 3B. RGB value is (38,164,59). Sum of RGB (Red+Green+Blue) = 38+164+59=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 164 (64.45% from 255 or 62.84% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 164 - color contains mainly: green. Hex color #26A43B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A43B is #D95BC4. Grayscale: #727272. Windows color (decimal): -14244805 or 3908646. OLE color: 3908646.
HSL color Cylindrical-coordinate representation of color #26A43B: hue angle of 130º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A43B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 164 | 59 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.36 |
| HSL | 130º | 0.62% | 0.4% | - |
| HSV(B) | 130º | 0.77% | 0.64% | - |
| XYZ | 14.86 | 27.28 | 8.62 | - |
| YUV | 114.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 59 | 0.77 | 0 | 0.64 | 0.36 | 130 | 0.62 | 0.4 |
| Hex | 26 | A4 | 3B | 4D | 0 | 40 | 24 | 82 | 3E | 28 |
| Octal | 46 | 244 | 73 | 115 | 0 | 100 | 44 | 202 | 76 | 50 |
| Binary | 100110 | 10100100 | 111011 | 1001101 | 0 | 1000000 | 100100 | 10000010 | 111110 | 101000 |
Color Harmonies of #26A43B
Complementary color
Monochromatic Colors of #26A43B
Black with #26A43B
Text Example
Text Example
White with #26A43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A43B; }
p { color: rgb(38,164,59); }
H1.HeaderClassName
{
color: #26A43B;
}
.AnyTagClassName
{
color: #26A43B;
}
</style>
background-color css
<style>
a { background-color: #26A43B; }
a { background-color: rgb(38,164,59); }
div.DivClassName
{
background-color: #26A43B;
}
.BgClassName
{
background-color: #26A43B;
}
</style>
border-color css
<style>
span { border-color: #26A43B; }
span { border-color: rgb(38,164,59); }
td.TdClassName
{
border-color: #26A43B;
}
.TagClassName
{
border-color: #26A43B;
}
</style>