Shades of Forest Green #268F34
Tints of Forest Green #268F34
RGB
CMYK
RGB Variations
Color information
#268F34 (or 0x268F34) is known color: Forest Green. HEX triplet: 26, 8F and 34. RGB value is (38,143,52). Sum of RGB (Red+Green+Blue) = 38+143+52=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 143 (56.25% from 255 or 61.37% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 143 - color contains mainly: green. Hex color #268F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F34 is #D970CB. Grayscale: #656565. Windows color (decimal): -14250188 or 3444518. OLE color: 3444518.
HSL color Cylindrical-coordinate representation of color #268F34: hue angle of 128º 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 #268F34 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 52 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.44 |
| HSL | 128º | 0.58% | 0.35% | - |
| HSV(B) | 128º | 0.73% | 0.56% | - |
| XYZ | 11.24 | 20.3 | 6.58 | - |
| YUV | 101.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 52 | 0.73 | 0 | 0.64 | 0.44 | 128 | 0.58 | 0.35 |
| Hex | 26 | 8F | 34 | 49 | 0 | 40 | 2C | 80 | 3A | 23 |
| Octal | 46 | 217 | 64 | 111 | 0 | 100 | 54 | 200 | 72 | 43 |
| Binary | 100110 | 10001111 | 110100 | 1001001 | 0 | 1000000 | 101100 | 10000000 | 111010 | 100011 |
Color Harmonies of #268F34
Complementary color
Monochromatic Colors of #268F34
Black with #268F34
Text Example
Text Example
White with #268F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F34; }
p { color: rgb(38,143,52); }
H1.HeaderClassName
{
color: #268F34;
}
.AnyTagClassName
{
color: #268F34;
}
</style>
background-color css
<style>
a { background-color: #268F34; }
a { background-color: rgb(38,143,52); }
div.DivClassName
{
background-color: #268F34;
}
.BgClassName
{
background-color: #268F34;
}
</style>
border-color css
<style>
span { border-color: #268F34; }
span { border-color: rgb(38,143,52); }
td.TdClassName
{
border-color: #268F34;
}
.TagClassName
{
border-color: #268F34;
}
</style>