Shades of Forest Green #269805
Tints of Forest Green #269805
RGB
CMYK
RGB Variations
Color information
#269805 (or 0x269805) is known color: Forest Green. HEX triplet: 26, 98 and 05. RGB value is (38,152,5). Sum of RGB (Red+Green+Blue) = 38+152+5=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #269805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269805 is #D967FA. Grayscale: #656565. Windows color (decimal): -14247931 or 366630. OLE color: 366630.
HSL color Cylindrical-coordinate representation of color #269805: hue angle of 106.53º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #269805 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.40 |
| HSL | 106.53º | 0.94% | 0.31% | - |
| HSV(B) | 106.53º | 0.97% | 0.6% | - |
| XYZ | 12.05 | 22.88 | 3.92 | - |
| YUV | 101.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 5 | 0.75 | 0 | 0.97 | 0.40 | 106.53 | 0.94 | 0.31 |
| Hex | 26 | 98 | 5 | 4B | 0 | 61 | 28 | 6B | 5E | 1F |
| Octal | 46 | 230 | 5 | 113 | 0 | 141 | 50 | 153 | 136 | 37 |
| Binary | 100110 | 10011000 | 101 | 1001011 | 0 | 1100001 | 101000 | 1101011 | 1011110 | 11111 |
Color Harmonies of #269805
Complementary color
Monochromatic Colors of #269805
Black with #269805
Text Example
Text Example
White with #269805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269805; }
p { color: rgb(38,152,5); }
H1.HeaderClassName
{
color: #269805;
}
.AnyTagClassName
{
color: #269805;
}
</style>
background-color css
<style>
a { background-color: #269805; }
a { background-color: rgb(38,152,5); }
div.DivClassName
{
background-color: #269805;
}
.BgClassName
{
background-color: #269805;
}
</style>
border-color css
<style>
span { border-color: #269805; }
span { border-color: rgb(38,152,5); }
td.TdClassName
{
border-color: #269805;
}
.TagClassName
{
border-color: #269805;
}
</style>