Shades of Forest Green #268732
Tints of Forest Green #268732
RGB
CMYK
RGB Variations
Color information
#268732 (or 0x268732) is known color: Forest Green. HEX triplet: 26, 87 and 32. RGB value is (38,135,50). Sum of RGB (Red+Green+Blue) = 38+135+50=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #268732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268732 is #D978CD. Grayscale: #606060. Windows color (decimal): -14252238 or 3311398. OLE color: 3311398.
HSL color Cylindrical-coordinate representation of color #268732: hue angle of 127.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268732 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 50 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.47 |
| HSL | 127.42º | 0.56% | 0.34% | - |
| HSV(B) | 127.42º | 0.72% | 0.53% | - |
| XYZ | 10.04 | 17.97 | 5.96 | - |
| YUV | 96.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 50 | 0.72 | 0 | 0.63 | 0.47 | 127.42 | 0.56 | 0.34 |
| Hex | 26 | 87 | 32 | 48 | 0 | 3F | 2F | 7F | 38 | 22 |
| Octal | 46 | 207 | 62 | 110 | 0 | 77 | 57 | 177 | 70 | 42 |
| Binary | 100110 | 10000111 | 110010 | 1001000 | 0 | 111111 | 101111 | 1111111 | 111000 | 100010 |
Color Harmonies of #268732
Complementary color
Monochromatic Colors of #268732
Black with #268732
Text Example
Text Example
White with #268732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268732; }
p { color: rgb(38,135,50); }
H1.HeaderClassName
{
color: #268732;
}
.AnyTagClassName
{
color: #268732;
}
</style>
background-color css
<style>
a { background-color: #268732; }
a { background-color: rgb(38,135,50); }
div.DivClassName
{
background-color: #268732;
}
.BgClassName
{
background-color: #268732;
}
</style>
border-color css
<style>
span { border-color: #268732; }
span { border-color: rgb(38,135,50); }
td.TdClassName
{
border-color: #268732;
}
.TagClassName
{
border-color: #268732;
}
</style>