Shades of Forest Green #268F28
Tints of Forest Green #268F28
RGB
CMYK
RGB Variations
Color information
#268F28 (or 0x268F28) is known color: Forest Green. HEX triplet: 26, 8F and 28. RGB value is (38,143,40). Sum of RGB (Red+Green+Blue) = 38+143+40=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #268F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F28 is #D970D7. Grayscale: #646464. Windows color (decimal): -14250200 or 2658086. OLE color: 2658086.
HSL color Cylindrical-coordinate representation of color #268F28: hue angle of 121.14º 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 #268F28 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 40 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.44 |
| HSL | 121.14º | 0.58% | 0.35% | - |
| HSV(B) | 121.14º | 0.73% | 0.56% | - |
| XYZ | 11 | 20.21 | 5.33 | - |
| YUV | 99.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 40 | 0.73 | 0 | 0.72 | 0.44 | 121.14 | 0.58 | 0.35 |
| Hex | 26 | 8F | 28 | 49 | 0 | 48 | 2C | 79 | 3A | 23 |
| Octal | 46 | 217 | 50 | 111 | 0 | 110 | 54 | 171 | 72 | 43 |
| Binary | 100110 | 10001111 | 101000 | 1001001 | 0 | 1001000 | 101100 | 1111001 | 111010 | 100011 |
Color Harmonies of #268F28
Complementary color
Monochromatic Colors of #268F28
Black with #268F28
Text Example
Text Example
White with #268F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F28; }
p { color: rgb(38,143,40); }
H1.HeaderClassName
{
color: #268F28;
}
.AnyTagClassName
{
color: #268F28;
}
</style>
background-color css
<style>
a { background-color: #268F28; }
a { background-color: rgb(38,143,40); }
div.DivClassName
{
background-color: #268F28;
}
.BgClassName
{
background-color: #268F28;
}
</style>
border-color css
<style>
span { border-color: #268F28; }
span { border-color: rgb(38,143,40); }
td.TdClassName
{
border-color: #268F28;
}
.TagClassName
{
border-color: #268F28;
}
</style>