Shades of Forest Green #268529
Tints of Forest Green #268529
RGB
CMYK
RGB Variations
Color information
#268529 (or 0x268529) is known color: Forest Green. HEX triplet: 26, 85 and 29. RGB value is (38,133,41). Sum of RGB (Red+Green+Blue) = 38+133+41=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #268529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268529 is #D97AD6. Grayscale: #5E5E5E. Windows color (decimal): -14252759 or 2721062. OLE color: 2721062.
HSL color Cylindrical-coordinate representation of color #268529: hue angle of 121.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268529 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 41 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.48 |
| HSL | 121.89º | 0.56% | 0.34% | - |
| HSV(B) | 121.89º | 0.71% | 0.52% | - |
| XYZ | 9.59 | 17.35 | 4.94 | - |
| YUV | 94.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 41 | 0.71 | 0 | 0.69 | 0.48 | 121.89 | 0.56 | 0.34 |
| Hex | 26 | 85 | 29 | 47 | 0 | 45 | 30 | 7A | 38 | 22 |
| Octal | 46 | 205 | 51 | 107 | 0 | 105 | 60 | 172 | 70 | 42 |
| Binary | 100110 | 10000101 | 101001 | 1000111 | 0 | 1000101 | 110000 | 1111010 | 111000 | 100010 |
Color Harmonies of #268529
Complementary color
Monochromatic Colors of #268529
Black with #268529
Text Example
Text Example
White with #268529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268529; }
p { color: rgb(38,133,41); }
H1.HeaderClassName
{
color: #268529;
}
.AnyTagClassName
{
color: #268529;
}
</style>
background-color css
<style>
a { background-color: #268529; }
a { background-color: rgb(38,133,41); }
div.DivClassName
{
background-color: #268529;
}
.BgClassName
{
background-color: #268529;
}
</style>
border-color css
<style>
span { border-color: #268529; }
span { border-color: rgb(38,133,41); }
td.TdClassName
{
border-color: #268529;
}
.TagClassName
{
border-color: #268529;
}
</style>