Shades of Forest Green #269200
Tints of Forest Green #269200
RGB
CMYK
RGB Variations
Color information
#269200 (or 0x269200) is known color: Forest Green. HEX triplet: 26, 92 and 00. RGB value is (38,146,0). Sum of RGB (Red+Green+Blue) = 38+146+0=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 146 (57.42% from 255 or 79.35% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 146 - color contains mainly: green. Hex color #269200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269200 is #D96DFF. Grayscale: #616161. Windows color (decimal): -14249472 or 37414. OLE color: 37414.
HSL color Cylindrical-coordinate representation of color #269200: hue angle of 104.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #269200 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.43 |
| HSL | 104.38º | 1% | 0.29% | - |
| HSV(B) | 104.38º | 1% | 0.57% | - |
| XYZ | 11.08 | 20.97 | 3.46 | - |
| YUV | 97.06 | 73.22 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 0 | 0.74 | 0 | 1 | 0.43 | 104.38 | 1 | 0.29 |
| Hex | 26 | 92 | 0 | 4A | 0 | 64 | 2B | 68 | 64 | 1D |
| Octal | 46 | 222 | 0 | 112 | 0 | 144 | 53 | 150 | 144 | 35 |
| Binary | 100110 | 10010010 | 0 | 1001010 | 0 | 1100100 | 101011 | 1101000 | 1100100 | 11101 |
Color Harmonies of #269200
Complementary color
Monochromatic Colors of #269200
Black with #269200
Text Example
Text Example
White with #269200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269200; }
p { color: rgb(38,146,0); }
H1.HeaderClassName
{
color: #269200;
}
.AnyTagClassName
{
color: #269200;
}
</style>
background-color css
<style>
a { background-color: #269200; }
a { background-color: rgb(38,146,0); }
div.DivClassName
{
background-color: #269200;
}
.BgClassName
{
background-color: #269200;
}
</style>
border-color css
<style>
span { border-color: #269200; }
span { border-color: rgb(38,146,0); }
td.TdClassName
{
border-color: #269200;
}
.TagClassName
{
border-color: #269200;
}
</style>