Shades of Forest Green #269800
Tints of Forest Green #269800
RGB
CMYK
RGB Variations
Color information
#269800 (or 0x269800) is known color: Forest Green. HEX triplet: 26, 98 and 00. RGB value is (38,152,0). Sum of RGB (Red+Green+Blue) = 38+152+0=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #269800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269800 is #D967FF. Grayscale: #656565. Windows color (decimal): -14247936 or 38950. OLE color: 38950.
HSL color Cylindrical-coordinate representation of color #269800: hue angle of 105º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #269800 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.40 |
| HSL | 105º | 1% | 0.3% | - |
| HSV(B) | 105º | 1% | 0.6% | - |
| XYZ | 12.03 | 22.87 | 3.78 | - |
| YUV | 100.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 0 | 0.75 | 0 | 1 | 0.40 | 105 | 1 | 0.3 |
| Hex | 26 | 98 | 0 | 4B | 0 | 64 | 28 | 69 | 64 | 1E |
| Octal | 46 | 230 | 0 | 113 | 0 | 144 | 50 | 151 | 144 | 36 |
| Binary | 100110 | 10011000 | 0 | 1001011 | 0 | 1100100 | 101000 | 1101001 | 1100100 | 11110 |
Color Harmonies of #269800
Complementary color
Monochromatic Colors of #269800
Black with #269800
Text Example
Text Example
White with #269800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269800; }
p { color: rgb(38,152,0); }
H1.HeaderClassName
{
color: #269800;
}
.AnyTagClassName
{
color: #269800;
}
</style>
background-color css
<style>
a { background-color: #269800; }
a { background-color: rgb(38,152,0); }
div.DivClassName
{
background-color: #269800;
}
.BgClassName
{
background-color: #269800;
}
</style>
border-color css
<style>
span { border-color: #269800; }
span { border-color: rgb(38,152,0); }
td.TdClassName
{
border-color: #269800;
}
.TagClassName
{
border-color: #269800;
}
</style>