Shades of Forest Green #26731A
Tints of Forest Green #26731A
RGB
CMYK
RGB Variations
Color information
#26731A (or 0x26731A) is known color: Forest Green. HEX triplet: 26, 73 and 1A. RGB value is (38,115,26). Sum of RGB (Red+Green+Blue) = 38+115+26=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #26731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26731A is #D98CE5. Grayscale: #525252. Windows color (decimal): -14257382 or 1733414. OLE color: 1733414.
HSL color Cylindrical-coordinate representation of color #26731A: hue angle of 111.91º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26731A is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 26 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.55 |
| HSL | 111.91º | 0.63% | 0.28% | - |
| HSV(B) | 111.91º | 0.77% | 0.45% | - |
| XYZ | 7.12 | 12.75 | 3.06 | - |
| YUV | 81.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 26 | 0.67 | 0 | 0.77 | 0.55 | 111.91 | 0.63 | 0.28 |
| Hex | 26 | 73 | 1A | 43 | 0 | 4D | 37 | 70 | 3F | 1C |
| Octal | 46 | 163 | 32 | 103 | 0 | 115 | 67 | 160 | 77 | 34 |
| Binary | 100110 | 1110011 | 11010 | 1000011 | 0 | 1001101 | 110111 | 1110000 | 111111 | 11100 |
Color Harmonies of #26731A
Complementary color
Monochromatic Colors of #26731A
Black with #26731A
Text Example
Text Example
White with #26731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26731A; }
p { color: rgb(38,115,26); }
H1.HeaderClassName
{
color: #26731A;
}
.AnyTagClassName
{
color: #26731A;
}
</style>
background-color css
<style>
a { background-color: #26731A; }
a { background-color: rgb(38,115,26); }
div.DivClassName
{
background-color: #26731A;
}
.BgClassName
{
background-color: #26731A;
}
</style>
border-color css
<style>
span { border-color: #26731A; }
span { border-color: rgb(38,115,26); }
td.TdClassName
{
border-color: #26731A;
}
.TagClassName
{
border-color: #26731A;
}
</style>