Shades of Forest Green #269235
Tints of Forest Green #269235
RGB
CMYK
RGB Variations
Color information
#269235 (or 0x269235) is known color: Forest Green. HEX triplet: 26, 92 and 35. RGB value is (38,146,53). Sum of RGB (Red+Green+Blue) = 38+146+53=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #269235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269235 is #D96DCA. Grayscale: #676767. Windows color (decimal): -14249419 or 3510822. OLE color: 3510822.
HSL color Cylindrical-coordinate representation of color #269235: hue angle of 128.33º 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 #269235 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 53 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.43 |
| HSL | 128.33º | 0.59% | 0.36% | - |
| HSV(B) | 128.33º | 0.74% | 0.57% | - |
| XYZ | 11.72 | 21.23 | 6.85 | - |
| YUV | 103.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 53 | 0.74 | 0 | 0.64 | 0.43 | 128.33 | 0.59 | 0.36 |
| Hex | 26 | 92 | 35 | 4A | 0 | 40 | 2B | 80 | 3B | 24 |
| Octal | 46 | 222 | 65 | 112 | 0 | 100 | 53 | 200 | 73 | 44 |
| Binary | 100110 | 10010010 | 110101 | 1001010 | 0 | 1000000 | 101011 | 10000000 | 111011 | 100100 |
Color Harmonies of #269235
Complementary color
Monochromatic Colors of #269235
Black with #269235
Text Example
Text Example
White with #269235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269235; }
p { color: rgb(38,146,53); }
H1.HeaderClassName
{
color: #269235;
}
.AnyTagClassName
{
color: #269235;
}
</style>
background-color css
<style>
a { background-color: #269235; }
a { background-color: rgb(38,146,53); }
div.DivClassName
{
background-color: #269235;
}
.BgClassName
{
background-color: #269235;
}
</style>
border-color css
<style>
span { border-color: #269235; }
span { border-color: rgb(38,146,53); }
td.TdClassName
{
border-color: #269235;
}
.TagClassName
{
border-color: #269235;
}
</style>