Shades of Forest Green #269202
Tints of Forest Green #269202
RGB
CMYK
RGB Variations
Color information
#269202 (or 0x269202) is known color: Forest Green. HEX triplet: 26, 92 and 02. RGB value is (38,146,2). Sum of RGB (Red+Green+Blue) = 38+146+2=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 146 (57.42% from 255 or 78.49% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 146 - color contains mainly: green. Hex color #269202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269202 is #D96DFD. Grayscale: #616161. Windows color (decimal): -14249470 or 168486. OLE color: 168486.
HSL color Cylindrical-coordinate representation of color #269202: hue angle of 105º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #269202 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.43 |
| HSL | 105º | 0.97% | 0.29% | - |
| HSV(B) | 105º | 0.99% | 0.57% | - |
| XYZ | 11.09 | 20.97 | 3.52 | - |
| YUV | 97.29 | 74.22 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 2 | 0.74 | 0 | 0.99 | 0.43 | 105 | 0.97 | 0.29 |
| Hex | 26 | 92 | 2 | 4A | 0 | 63 | 2B | 69 | 61 | 1D |
| Octal | 46 | 222 | 2 | 112 | 0 | 143 | 53 | 151 | 141 | 35 |
| Binary | 100110 | 10010010 | 10 | 1001010 | 0 | 1100011 | 101011 | 1101001 | 1100001 | 11101 |
Color Harmonies of #269202
Complementary color
Monochromatic Colors of #269202
Black with #269202
Text Example
Text Example
White with #269202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269202; }
p { color: rgb(38,146,2); }
H1.HeaderClassName
{
color: #269202;
}
.AnyTagClassName
{
color: #269202;
}
</style>
background-color css
<style>
a { background-color: #269202; }
a { background-color: rgb(38,146,2); }
div.DivClassName
{
background-color: #269202;
}
.BgClassName
{
background-color: #269202;
}
</style>
border-color css
<style>
span { border-color: #269202; }
span { border-color: rgb(38,146,2); }
td.TdClassName
{
border-color: #269202;
}
.TagClassName
{
border-color: #269202;
}
</style>