Shades of Forest Green #268F32
Tints of Forest Green #268F32
RGB
CMYK
RGB Variations
Color information
#268F32 (or 0x268F32) is known color: Forest Green. HEX triplet: 26, 8F and 32. RGB value is (38,143,50). Sum of RGB (Red+Green+Blue) = 38+143+50=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #268F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F32 is #D970CD. Grayscale: #656565. Windows color (decimal): -14250190 or 3313446. OLE color: 3313446.
HSL color Cylindrical-coordinate representation of color #268F32: hue angle of 126.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F32 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 50 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.44 |
| HSL | 126.86º | 0.58% | 0.35% | - |
| HSV(B) | 126.86º | 0.73% | 0.56% | - |
| XYZ | 11.2 | 20.29 | 6.34 | - |
| YUV | 101 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 50 | 0.73 | 0 | 0.65 | 0.44 | 126.86 | 0.58 | 0.35 |
| Hex | 26 | 8F | 32 | 49 | 0 | 41 | 2C | 7F | 3A | 23 |
| Octal | 46 | 217 | 62 | 111 | 0 | 101 | 54 | 177 | 72 | 43 |
| Binary | 100110 | 10001111 | 110010 | 1001001 | 0 | 1000001 | 101100 | 1111111 | 111010 | 100011 |
Color Harmonies of #268F32
Complementary color
Monochromatic Colors of #268F32
Black with #268F32
Text Example
Text Example
White with #268F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F32; }
p { color: rgb(38,143,50); }
H1.HeaderClassName
{
color: #268F32;
}
.AnyTagClassName
{
color: #268F32;
}
</style>
background-color css
<style>
a { background-color: #268F32; }
a { background-color: rgb(38,143,50); }
div.DivClassName
{
background-color: #268F32;
}
.BgClassName
{
background-color: #268F32;
}
</style>
border-color css
<style>
span { border-color: #268F32; }
span { border-color: rgb(38,143,50); }
td.TdClassName
{
border-color: #268F32;
}
.TagClassName
{
border-color: #268F32;
}
</style>