Shades of Forest Green #269238
Tints of Forest Green #269238
RGB
CMYK
RGB Variations
Color information
#269238 (or 0x269238) is known color: Forest Green. HEX triplet: 26, 92 and 38. RGB value is (38,146,56). Sum of RGB (Red+Green+Blue) = 38+146+56=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #269238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269238 is #D96DC7. Grayscale: #676767. Windows color (decimal): -14249416 or 3707430. OLE color: 3707430.
HSL color Cylindrical-coordinate representation of color #269238: hue angle of 130º 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 #269238 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 56 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.43 |
| HSL | 130º | 0.59% | 0.36% | - |
| HSV(B) | 130º | 0.74% | 0.57% | - |
| XYZ | 11.79 | 21.26 | 7.22 | - |
| YUV | 103.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 56 | 0.74 | 0 | 0.62 | 0.43 | 130 | 0.59 | 0.36 |
| Hex | 26 | 92 | 38 | 4A | 0 | 3E | 2B | 82 | 3B | 24 |
| Octal | 46 | 222 | 70 | 112 | 0 | 76 | 53 | 202 | 73 | 44 |
| Binary | 100110 | 10010010 | 111000 | 1001010 | 0 | 111110 | 101011 | 10000010 | 111011 | 100100 |
Color Harmonies of #269238
Complementary color
Monochromatic Colors of #269238
Black with #269238
Text Example
Text Example
White with #269238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269238; }
p { color: rgb(38,146,56); }
H1.HeaderClassName
{
color: #269238;
}
.AnyTagClassName
{
color: #269238;
}
</style>
background-color css
<style>
a { background-color: #269238; }
a { background-color: rgb(38,146,56); }
div.DivClassName
{
background-color: #269238;
}
.BgClassName
{
background-color: #269238;
}
</style>
border-color css
<style>
span { border-color: #269238; }
span { border-color: rgb(38,146,56); }
td.TdClassName
{
border-color: #269238;
}
.TagClassName
{
border-color: #269238;
}
</style>