Shades of Forest Green #268521
Tints of Forest Green #268521
RGB
CMYK
RGB Variations
Color information
#268521 (or 0x268521) is known color: Forest Green. HEX triplet: 26, 85 and 21. RGB value is (38,133,33). Sum of RGB (Red+Green+Blue) = 38+133+33=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #268521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268521 is #D97ADE. Grayscale: #5D5D5D. Windows color (decimal): -14252767 or 2196774. OLE color: 2196774.
HSL color Cylindrical-coordinate representation of color #268521: hue angle of 117º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268521 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 33 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.48 |
| HSL | 117º | 0.6% | 0.33% | - |
| HSV(B) | 117º | 0.75% | 0.52% | - |
| XYZ | 9.46 | 17.3 | 4.28 | - |
| YUV | 93.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 33 | 0.71 | 0 | 0.75 | 0.48 | 117 | 0.6 | 0.33 |
| Hex | 26 | 85 | 21 | 47 | 0 | 4B | 30 | 75 | 3C | 21 |
| Octal | 46 | 205 | 41 | 107 | 0 | 113 | 60 | 165 | 74 | 41 |
| Binary | 100110 | 10000101 | 100001 | 1000111 | 0 | 1001011 | 110000 | 1110101 | 111100 | 100001 |
Color Harmonies of #268521
Complementary color
Monochromatic Colors of #268521
Black with #268521
Text Example
Text Example
White with #268521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268521; }
p { color: rgb(38,133,33); }
H1.HeaderClassName
{
color: #268521;
}
.AnyTagClassName
{
color: #268521;
}
</style>
background-color css
<style>
a { background-color: #268521; }
a { background-color: rgb(38,133,33); }
div.DivClassName
{
background-color: #268521;
}
.BgClassName
{
background-color: #268521;
}
</style>
border-color css
<style>
span { border-color: #268521; }
span { border-color: rgb(38,133,33); }
td.TdClassName
{
border-color: #268521;
}
.TagClassName
{
border-color: #268521;
}
</style>