Shades of Forest Green #269121
Tints of Forest Green #269121
RGB
CMYK
RGB Variations
Color information
#269121 (or 0x269121) is known color: Forest Green. HEX triplet: 26, 91 and 21. RGB value is (38,145,33). Sum of RGB (Red+Green+Blue) = 38+145+33=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #269121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269121 is #D96EDE. Grayscale: #646464. Windows color (decimal): -14249695 or 2199846. OLE color: 2199846.
HSL color Cylindrical-coordinate representation of color #269121: hue angle of 117.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269121 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 33 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.43 |
| HSL | 117.32º | 0.63% | 0.35% | - |
| HSV(B) | 117.32º | 0.77% | 0.57% | - |
| XYZ | 11.2 | 20.77 | 4.86 | - |
| YUV | 100.24 | 90.05 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 33 | 0.74 | 0 | 0.77 | 0.43 | 117.32 | 0.63 | 0.35 |
| Hex | 26 | 91 | 21 | 4A | 0 | 4D | 2B | 75 | 3F | 23 |
| Octal | 46 | 221 | 41 | 112 | 0 | 115 | 53 | 165 | 77 | 43 |
| Binary | 100110 | 10010001 | 100001 | 1001010 | 0 | 1001101 | 101011 | 1110101 | 111111 | 100011 |
Color Harmonies of #269121
Complementary color
Monochromatic Colors of #269121
Black with #269121
Text Example
Text Example
White with #269121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269121; }
p { color: rgb(38,145,33); }
H1.HeaderClassName
{
color: #269121;
}
.AnyTagClassName
{
color: #269121;
}
</style>
background-color css
<style>
a { background-color: #269121; }
a { background-color: rgb(38,145,33); }
div.DivClassName
{
background-color: #269121;
}
.BgClassName
{
background-color: #269121;
}
</style>
border-color css
<style>
span { border-color: #269121; }
span { border-color: rgb(38,145,33); }
td.TdClassName
{
border-color: #269121;
}
.TagClassName
{
border-color: #269121;
}
</style>