Shades of Forest Green #268F2B
Tints of Forest Green #268F2B
RGB
CMYK
RGB Variations
Color information
#268F2B (or 0x268F2B) is known color: Forest Green. HEX triplet: 26, 8F and 2B. RGB value is (38,143,43). Sum of RGB (Red+Green+Blue) = 38+143+43=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #268F2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F2B is #D970D4. Grayscale: #646464. Windows color (decimal): -14250197 or 2854694. OLE color: 2854694.
HSL color Cylindrical-coordinate representation of color #268F2B: hue angle of 122.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 #268F2B is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 43 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.44 |
| HSL | 122.86º | 0.58% | 0.35% | - |
| HSV(B) | 122.86º | 0.73% | 0.56% | - |
| XYZ | 11.06 | 20.23 | 5.61 | - |
| YUV | 100.21 | 95.71 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 43 | 0.73 | 0 | 0.70 | 0.44 | 122.86 | 0.58 | 0.35 |
| Hex | 26 | 8F | 2B | 49 | 0 | 46 | 2C | 7B | 3A | 23 |
| Octal | 46 | 217 | 53 | 111 | 0 | 106 | 54 | 173 | 72 | 43 |
| Binary | 100110 | 10001111 | 101011 | 1001001 | 0 | 1000110 | 101100 | 1111011 | 111010 | 100011 |
Color Harmonies of #268F2B
Complementary color
Monochromatic Colors of #268F2B
Black with #268F2B
Text Example
Text Example
White with #268F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F2B; }
p { color: rgb(38,143,43); }
H1.HeaderClassName
{
color: #268F2B;
}
.AnyTagClassName
{
color: #268F2B;
}
</style>
background-color css
<style>
a { background-color: #268F2B; }
a { background-color: rgb(38,143,43); }
div.DivClassName
{
background-color: #268F2B;
}
.BgClassName
{
background-color: #268F2B;
}
</style>
border-color css
<style>
span { border-color: #268F2B; }
span { border-color: rgb(38,143,43); }
td.TdClassName
{
border-color: #268F2B;
}
.TagClassName
{
border-color: #268F2B;
}
</style>