Shades of Forest Green #268528
Tints of Forest Green #268528
RGB
CMYK
RGB Variations
Color information
#268528 (or 0x268528) is known color: Forest Green. HEX triplet: 26, 85 and 28. RGB value is (38,133,40). Sum of RGB (Red+Green+Blue) = 38+133+40=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #268528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268528 is #D97AD7. Grayscale: #5E5E5E. Windows color (decimal): -14252760 or 2655526. OLE color: 2655526.
HSL color Cylindrical-coordinate representation of color #268528: hue angle of 121.26º 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 #268528 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 40 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.48 |
| HSL | 121.26º | 0.56% | 0.34% | - |
| HSV(B) | 121.26º | 0.71% | 0.52% | - |
| XYZ | 9.57 | 17.34 | 4.85 | - |
| YUV | 93.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 40 | 0.71 | 0 | 0.70 | 0.48 | 121.26 | 0.56 | 0.34 |
| Hex | 26 | 85 | 28 | 47 | 0 | 46 | 30 | 79 | 38 | 22 |
| Octal | 46 | 205 | 50 | 107 | 0 | 106 | 60 | 171 | 70 | 42 |
| Binary | 100110 | 10000101 | 101000 | 1000111 | 0 | 1000110 | 110000 | 1111001 | 111000 | 100010 |
Color Harmonies of #268528
Complementary color
Monochromatic Colors of #268528
Black with #268528
Text Example
Text Example
White with #268528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268528; }
p { color: rgb(38,133,40); }
H1.HeaderClassName
{
color: #268528;
}
.AnyTagClassName
{
color: #268528;
}
</style>
background-color css
<style>
a { background-color: #268528; }
a { background-color: rgb(38,133,40); }
div.DivClassName
{
background-color: #268528;
}
.BgClassName
{
background-color: #268528;
}
</style>
border-color css
<style>
span { border-color: #268528; }
span { border-color: rgb(38,133,40); }
td.TdClassName
{
border-color: #268528;
}
.TagClassName
{
border-color: #268528;
}
</style>