Shades of Forest Green #269100
Tints of Forest Green #269100
RGB
CMYK
RGB Variations
Color information
#269100 (or 0x269100) is known color: Forest Green. HEX triplet: 26, 91 and 00. RGB value is (38,145,0). Sum of RGB (Red+Green+Blue) = 38+145+0=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 145 (57.03% from 255 or 79.23% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 145 - color contains mainly: green. Hex color #269100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269100 is #D96EFF. Grayscale: #606060. Windows color (decimal): -14249728 or 37158. OLE color: 37158.
HSL color Cylindrical-coordinate representation of color #269100: hue angle of 104.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #269100 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.43 |
| HSL | 104.28º | 1% | 0.28% | - |
| HSV(B) | 104.28º | 1% | 0.57% | - |
| XYZ | 10.92 | 20.66 | 3.41 | - |
| YUV | 96.48 | 73.55 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 0 | 0.74 | 0 | 1 | 0.43 | 104.28 | 1 | 0.28 |
| Hex | 26 | 91 | 0 | 4A | 0 | 64 | 2B | 68 | 64 | 1C |
| Octal | 46 | 221 | 0 | 112 | 0 | 144 | 53 | 150 | 144 | 34 |
| Binary | 100110 | 10010001 | 0 | 1001010 | 0 | 1100100 | 101011 | 1101000 | 1100100 | 11100 |
Color Harmonies of #269100
Complementary color
Monochromatic Colors of #269100
Black with #269100
Text Example
Text Example
White with #269100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269100; }
p { color: rgb(38,145,0); }
H1.HeaderClassName
{
color: #269100;
}
.AnyTagClassName
{
color: #269100;
}
</style>
background-color css
<style>
a { background-color: #269100; }
a { background-color: rgb(38,145,0); }
div.DivClassName
{
background-color: #269100;
}
.BgClassName
{
background-color: #269100;
}
</style>
border-color css
<style>
span { border-color: #269100; }
span { border-color: rgb(38,145,0); }
td.TdClassName
{
border-color: #269100;
}
.TagClassName
{
border-color: #269100;
}
</style>