Shades of Forest Green #269301
Tints of Forest Green #269301
RGB
CMYK
RGB Variations
Color information
#269301 (or 0x269301) is known color: Forest Green. HEX triplet: 26, 93 and 01. RGB value is (38,147,1). Sum of RGB (Red+Green+Blue) = 38+147+1=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 147 (57.81% from 255 or 79.03% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 147 - color contains mainly: green. Hex color #269301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269301 is #D96CFE. Grayscale: #626262. Windows color (decimal): -14249215 or 103206. OLE color: 103206.
HSL color Cylindrical-coordinate representation of color #269301: hue angle of 104.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #269301 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.42 |
| HSL | 104.79º | 0.99% | 0.29% | - |
| HSV(B) | 104.79º | 0.99% | 0.58% | - |
| XYZ | 11.24 | 21.28 | 3.54 | - |
| YUV | 97.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 1 | 0.74 | 0 | 0.99 | 0.42 | 104.79 | 0.99 | 0.29 |
| Hex | 26 | 93 | 1 | 4A | 0 | 63 | 2A | 69 | 63 | 1D |
| Octal | 46 | 223 | 1 | 112 | 0 | 143 | 52 | 151 | 143 | 35 |
| Binary | 100110 | 10010011 | 1 | 1001010 | 0 | 1100011 | 101010 | 1101001 | 1100011 | 11101 |
Color Harmonies of #269301
Complementary color
Monochromatic Colors of #269301
Black with #269301
Text Example
Text Example
White with #269301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269301; }
p { color: rgb(38,147,1); }
H1.HeaderClassName
{
color: #269301;
}
.AnyTagClassName
{
color: #269301;
}
</style>
background-color css
<style>
a { background-color: #269301; }
a { background-color: rgb(38,147,1); }
div.DivClassName
{
background-color: #269301;
}
.BgClassName
{
background-color: #269301;
}
</style>
border-color css
<style>
span { border-color: #269301; }
span { border-color: rgb(38,147,1); }
td.TdClassName
{
border-color: #269301;
}
.TagClassName
{
border-color: #269301;
}
</style>