Shades of Forest Green #269128
Tints of Forest Green #269128
RGB
CMYK
RGB Variations
Color information
#269128 (or 0x269128) is known color: Forest Green. HEX triplet: 26, 91 and 28. RGB value is (38,145,40). Sum of RGB (Red+Green+Blue) = 38+145+40=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #269128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269128 is #D96ED7. Grayscale: #656565. Windows color (decimal): -14249688 or 2658598. OLE color: 2658598.
HSL color Cylindrical-coordinate representation of color #269128: hue angle of 121.12º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269128 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 40 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.43 |
| HSL | 121.12º | 0.58% | 0.36% | - |
| HSV(B) | 121.12º | 0.74% | 0.57% | - |
| XYZ | 11.31 | 20.82 | 5.43 | - |
| YUV | 101.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 40 | 0.74 | 0 | 0.72 | 0.43 | 121.12 | 0.58 | 0.36 |
| Hex | 26 | 91 | 28 | 4A | 0 | 48 | 2B | 79 | 3A | 24 |
| Octal | 46 | 221 | 50 | 112 | 0 | 110 | 53 | 171 | 72 | 44 |
| Binary | 100110 | 10010001 | 101000 | 1001010 | 0 | 1001000 | 101011 | 1111001 | 111010 | 100100 |
Color Harmonies of #269128
Complementary color
Monochromatic Colors of #269128
Black with #269128
Text Example
Text Example
White with #269128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269128; }
p { color: rgb(38,145,40); }
H1.HeaderClassName
{
color: #269128;
}
.AnyTagClassName
{
color: #269128;
}
</style>
background-color css
<style>
a { background-color: #269128; }
a { background-color: rgb(38,145,40); }
div.DivClassName
{
background-color: #269128;
}
.BgClassName
{
background-color: #269128;
}
</style>
border-color css
<style>
span { border-color: #269128; }
span { border-color: rgb(38,145,40); }
td.TdClassName
{
border-color: #269128;
}
.TagClassName
{
border-color: #269128;
}
</style>