Shades of Forest Green #269231
Tints of Forest Green #269231
RGB
CMYK
RGB Variations
Color information
#269231 (or 0x269231) is known color: Forest Green. HEX triplet: 26, 92 and 31. RGB value is (38,146,49). Sum of RGB (Red+Green+Blue) = 38+146+49=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #269231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269231 is #D96DCE. Grayscale: #666666. Windows color (decimal): -14249423 or 3248678. OLE color: 3248678.
HSL color Cylindrical-coordinate representation of color #269231: hue angle of 126.11º 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 #269231 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 49 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.43 |
| HSL | 126.11º | 0.59% | 0.36% | - |
| HSV(B) | 126.11º | 0.74% | 0.57% | - |
| XYZ | 11.63 | 21.19 | 6.38 | - |
| YUV | 102.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 49 | 0.74 | 0 | 0.66 | 0.43 | 126.11 | 0.59 | 0.36 |
| Hex | 26 | 92 | 31 | 4A | 0 | 42 | 2B | 7E | 3B | 24 |
| Octal | 46 | 222 | 61 | 112 | 0 | 102 | 53 | 176 | 73 | 44 |
| Binary | 100110 | 10010010 | 110001 | 1001010 | 0 | 1000010 | 101011 | 1111110 | 111011 | 100100 |
Color Harmonies of #269231
Complementary color
Monochromatic Colors of #269231
Black with #269231
Text Example
Text Example
White with #269231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269231; }
p { color: rgb(38,146,49); }
H1.HeaderClassName
{
color: #269231;
}
.AnyTagClassName
{
color: #269231;
}
</style>
background-color css
<style>
a { background-color: #269231; }
a { background-color: rgb(38,146,49); }
div.DivClassName
{
background-color: #269231;
}
.BgClassName
{
background-color: #269231;
}
</style>
border-color css
<style>
span { border-color: #269231; }
span { border-color: rgb(38,146,49); }
td.TdClassName
{
border-color: #269231;
}
.TagClassName
{
border-color: #269231;
}
</style>