Shades of Forest Green #268825
Tints of Forest Green #268825
RGB
CMYK
RGB Variations
Color information
#268825 (or 0x268825) is known color: Forest Green. HEX triplet: 26, 88 and 25. RGB value is (38,136,37). Sum of RGB (Red+Green+Blue) = 38+136+37=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #268825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268825 is #D977DA. Grayscale: #5F5F5F. Windows color (decimal): -14251995 or 2459686. OLE color: 2459686.
HSL color Cylindrical-coordinate representation of color #268825: hue angle of 119.39º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268825 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 37 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.47 |
| HSL | 119.39º | 0.57% | 0.34% | - |
| HSV(B) | 119.39º | 0.73% | 0.53% | - |
| XYZ | 9.94 | 18.15 | 4.73 | - |
| YUV | 95.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 37 | 0.72 | 0 | 0.73 | 0.47 | 119.39 | 0.57 | 0.34 |
| Hex | 26 | 88 | 25 | 48 | 0 | 49 | 2F | 77 | 39 | 22 |
| Octal | 46 | 210 | 45 | 110 | 0 | 111 | 57 | 167 | 71 | 42 |
| Binary | 100110 | 10001000 | 100101 | 1001000 | 0 | 1001001 | 101111 | 1110111 | 111001 | 100010 |
Color Harmonies of #268825
Complementary color
Monochromatic Colors of #268825
Black with #268825
Text Example
Text Example
White with #268825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268825; }
p { color: rgb(38,136,37); }
H1.HeaderClassName
{
color: #268825;
}
.AnyTagClassName
{
color: #268825;
}
</style>
background-color css
<style>
a { background-color: #268825; }
a { background-color: rgb(38,136,37); }
div.DivClassName
{
background-color: #268825;
}
.BgClassName
{
background-color: #268825;
}
</style>
border-color css
<style>
span { border-color: #268825; }
span { border-color: rgb(38,136,37); }
td.TdClassName
{
border-color: #268825;
}
.TagClassName
{
border-color: #268825;
}
</style>