Shades of Forest Green #269120
Tints of Forest Green #269120
RGB
CMYK
RGB Variations
Color information
#269120 (or 0x269120) is known color: Forest Green. HEX triplet: 26, 91 and 20. RGB value is (38,145,32). Sum of RGB (Red+Green+Blue) = 38+145+32=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #269120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269120 is #D96EDF. Grayscale: #646464. Windows color (decimal): -14249696 or 2134310. OLE color: 2134310.
HSL color Cylindrical-coordinate representation of color #269120: hue angle of 116.81º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269120 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 32 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.43 |
| HSL | 116.81º | 0.64% | 0.35% | - |
| HSV(B) | 116.81º | 0.78% | 0.57% | - |
| XYZ | 11.19 | 20.77 | 4.79 | - |
| YUV | 100.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 32 | 0.74 | 0 | 0.78 | 0.43 | 116.81 | 0.64 | 0.35 |
| Hex | 26 | 91 | 20 | 4A | 0 | 4E | 2B | 75 | 40 | 23 |
| Octal | 46 | 221 | 40 | 112 | 0 | 116 | 53 | 165 | 100 | 43 |
| Binary | 100110 | 10010001 | 100000 | 1001010 | 0 | 1001110 | 101011 | 1110101 | 1000000 | 100011 |
Color Harmonies of #269120
Complementary color
Monochromatic Colors of #269120
Black with #269120
Text Example
Text Example
White with #269120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269120; }
p { color: rgb(38,145,32); }
H1.HeaderClassName
{
color: #269120;
}
.AnyTagClassName
{
color: #269120;
}
</style>
background-color css
<style>
a { background-color: #269120; }
a { background-color: rgb(38,145,32); }
div.DivClassName
{
background-color: #269120;
}
.BgClassName
{
background-color: #269120;
}
</style>
border-color css
<style>
span { border-color: #269120; }
span { border-color: rgb(38,145,32); }
td.TdClassName
{
border-color: #269120;
}
.TagClassName
{
border-color: #269120;
}
</style>