Shades of Forest Green #269B10
Tints of Forest Green #269B10
RGB
CMYK
RGB Variations
Color information
#269B10 (or 0x269B10) is known color: Forest Green. HEX triplet: 26, 9B and 10. RGB value is (38,155,16). Sum of RGB (Red+Green+Blue) = 38+155+16=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 155 (60.94% from 255 or 74.16% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 155 - color contains mainly: green. Hex color #269B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269B10 is #D964EF. Grayscale: #686868. Windows color (decimal): -14247152 or 1088294. OLE color: 1088294.
HSL color Cylindrical-coordinate representation of color #269B10: hue angle of 110.5º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #269B10 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 16 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.39 |
| HSL | 110.5º | 0.81% | 0.34% | - |
| HSV(B) | 110.5º | 0.9% | 0.61% | - |
| XYZ | 12.61 | 23.89 | 4.44 | - |
| YUV | 104.17 | 78.24 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 16 | 0.75 | 0 | 0.90 | 0.39 | 110.5 | 0.81 | 0.34 |
| Hex | 26 | 9B | 10 | 4B | 0 | 5A | 27 | 6F | 51 | 22 |
| Octal | 46 | 233 | 20 | 113 | 0 | 132 | 47 | 157 | 121 | 42 |
| Binary | 100110 | 10011011 | 10000 | 1001011 | 0 | 1011010 | 100111 | 1101111 | 1010001 | 100010 |
Color Harmonies of #269B10
Complementary color
Monochromatic Colors of #269B10
Black with #269B10
Text Example
Text Example
White with #269B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B10; }
p { color: rgb(38,155,16); }
H1.HeaderClassName
{
color: #269B10;
}
.AnyTagClassName
{
color: #269B10;
}
</style>
background-color css
<style>
a { background-color: #269B10; }
a { background-color: rgb(38,155,16); }
div.DivClassName
{
background-color: #269B10;
}
.BgClassName
{
background-color: #269B10;
}
</style>
border-color css
<style>
span { border-color: #269B10; }
span { border-color: rgb(38,155,16); }
td.TdClassName
{
border-color: #269B10;
}
.TagClassName
{
border-color: #269B10;
}
</style>