Shades of Forest Green #268621
Tints of Forest Green #268621
RGB
CMYK
RGB Variations
Color information
#268621 (or 0x268621) is known color: Forest Green. HEX triplet: 26, 86 and 21. RGB value is (38,134,33). Sum of RGB (Red+Green+Blue) = 38+134+33=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #268621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268621 is #D979DE. Grayscale: #5E5E5E. Windows color (decimal): -14252511 or 2197030. OLE color: 2197030.
HSL color Cylindrical-coordinate representation of color #268621: hue angle of 117.03º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268621 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 33 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.47 |
| HSL | 117.03º | 0.6% | 0.33% | - |
| HSV(B) | 117.03º | 0.75% | 0.53% | - |
| XYZ | 9.6 | 17.57 | 4.32 | - |
| YUV | 93.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 33 | 0.72 | 0 | 0.75 | 0.47 | 117.03 | 0.6 | 0.33 |
| Hex | 26 | 86 | 21 | 48 | 0 | 4B | 2F | 75 | 3C | 21 |
| Octal | 46 | 206 | 41 | 110 | 0 | 113 | 57 | 165 | 74 | 41 |
| Binary | 100110 | 10000110 | 100001 | 1001000 | 0 | 1001011 | 101111 | 1110101 | 111100 | 100001 |
Color Harmonies of #268621
Complementary color
Monochromatic Colors of #268621
Black with #268621
Text Example
Text Example
White with #268621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268621; }
p { color: rgb(38,134,33); }
H1.HeaderClassName
{
color: #268621;
}
.AnyTagClassName
{
color: #268621;
}
</style>
background-color css
<style>
a { background-color: #268621; }
a { background-color: rgb(38,134,33); }
div.DivClassName
{
background-color: #268621;
}
.BgClassName
{
background-color: #268621;
}
</style>
border-color css
<style>
span { border-color: #268621; }
span { border-color: rgb(38,134,33); }
td.TdClassName
{
border-color: #268621;
}
.TagClassName
{
border-color: #268621;
}
</style>