Shades of Forest Green #269232
Tints of Forest Green #269232
RGB
CMYK
RGB Variations
Color information
#269232 (or 0x269232) is known color: Forest Green. HEX triplet: 26, 92 and 32. RGB value is (38,146,50). Sum of RGB (Red+Green+Blue) = 38+146+50=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #269232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269232 is #D96DCD. Grayscale: #676767. Windows color (decimal): -14249422 or 3314214. OLE color: 3314214.
HSL color Cylindrical-coordinate representation of color #269232: hue angle of 126.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269232 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 50 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.43 |
| HSL | 126.67º | 0.59% | 0.36% | - |
| HSV(B) | 126.67º | 0.74% | 0.57% | - |
| XYZ | 11.65 | 21.2 | 6.5 | - |
| YUV | 102.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 50 | 0.74 | 0 | 0.66 | 0.43 | 126.67 | 0.59 | 0.36 |
| Hex | 26 | 92 | 32 | 4A | 0 | 42 | 2B | 7F | 3B | 24 |
| Octal | 46 | 222 | 62 | 112 | 0 | 102 | 53 | 177 | 73 | 44 |
| Binary | 100110 | 10010010 | 110010 | 1001010 | 0 | 1000010 | 101011 | 1111111 | 111011 | 100100 |
Color Harmonies of #269232
Complementary color
Monochromatic Colors of #269232
Black with #269232
Text Example
Text Example
White with #269232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269232; }
p { color: rgb(38,146,50); }
H1.HeaderClassName
{
color: #269232;
}
.AnyTagClassName
{
color: #269232;
}
</style>
background-color css
<style>
a { background-color: #269232; }
a { background-color: rgb(38,146,50); }
div.DivClassName
{
background-color: #269232;
}
.BgClassName
{
background-color: #269232;
}
</style>
border-color css
<style>
span { border-color: #269232; }
span { border-color: rgb(38,146,50); }
td.TdClassName
{
border-color: #269232;
}
.TagClassName
{
border-color: #269232;
}
</style>