Shades of Forest Green #268F38
Tints of Forest Green #268F38
RGB
CMYK
RGB Variations
Color information
#268F38 (or 0x268F38) is known color: Forest Green. HEX triplet: 26, 8F and 38. RGB value is (38,143,56). Sum of RGB (Red+Green+Blue) = 38+143+56=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #268F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F38 is #D970C7. Grayscale: #656565. Windows color (decimal): -14250184 or 3706662. OLE color: 3706662.
HSL color Cylindrical-coordinate representation of color #268F38: hue angle of 130.29º 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 #268F38 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 56 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.44 |
| HSL | 130.29º | 0.58% | 0.35% | - |
| HSV(B) | 130.29º | 0.73% | 0.56% | - |
| XYZ | 11.34 | 20.34 | 7.07 | - |
| YUV | 101.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 56 | 0.73 | 0 | 0.61 | 0.44 | 130.29 | 0.58 | 0.35 |
| Hex | 26 | 8F | 38 | 49 | 0 | 3D | 2C | 82 | 3A | 23 |
| Octal | 46 | 217 | 70 | 111 | 0 | 75 | 54 | 202 | 72 | 43 |
| Binary | 100110 | 10001111 | 111000 | 1001001 | 0 | 111101 | 101100 | 10000010 | 111010 | 100011 |
Color Harmonies of #268F38
Complementary color
Monochromatic Colors of #268F38
Black with #268F38
Text Example
Text Example
White with #268F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F38; }
p { color: rgb(38,143,56); }
H1.HeaderClassName
{
color: #268F38;
}
.AnyTagClassName
{
color: #268F38;
}
</style>
background-color css
<style>
a { background-color: #268F38; }
a { background-color: rgb(38,143,56); }
div.DivClassName
{
background-color: #268F38;
}
.BgClassName
{
background-color: #268F38;
}
</style>
border-color css
<style>
span { border-color: #268F38; }
span { border-color: rgb(38,143,56); }
td.TdClassName
{
border-color: #268F38;
}
.TagClassName
{
border-color: #268F38;
}
</style>