Shades of Forest Green #269F2D
Tints of Forest Green #269F2D
RGB
CMYK
RGB Variations
Color information
#269F2D (or 0x269F2D) is known color: Forest Green. HEX triplet: 26, 9F and 2D. RGB value is (38,159,45). Sum of RGB (Red+Green+Blue) = 38+159+45=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #269F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269F2D is #D960D2. Grayscale: #6E6E6E. Windows color (decimal): -14246099 or 2989862. OLE color: 2989862.
HSL color Cylindrical-coordinate representation of color #269F2D: hue angle of 123.47º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F2D is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 45 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.38 |
| HSL | 123.47º | 0.61% | 0.39% | - |
| HSV(B) | 123.47º | 0.76% | 0.62% | - |
| XYZ | 13.67 | 25.4 | 6.66 | - |
| YUV | 109.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 45 | 0.76 | 0 | 0.72 | 0.38 | 123.47 | 0.61 | 0.39 |
| Hex | 26 | 9F | 2D | 4C | 0 | 48 | 26 | 7B | 3D | 27 |
| Octal | 46 | 237 | 55 | 114 | 0 | 110 | 46 | 173 | 75 | 47 |
| Binary | 100110 | 10011111 | 101101 | 1001100 | 0 | 1001000 | 100110 | 1111011 | 111101 | 100111 |
Color Harmonies of #269F2D
Complementary color
Monochromatic Colors of #269F2D
Black with #269F2D
Text Example
Text Example
White with #269F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F2D; }
p { color: rgb(38,159,45); }
H1.HeaderClassName
{
color: #269F2D;
}
.AnyTagClassName
{
color: #269F2D;
}
</style>
background-color css
<style>
a { background-color: #269F2D; }
a { background-color: rgb(38,159,45); }
div.DivClassName
{
background-color: #269F2D;
}
.BgClassName
{
background-color: #269F2D;
}
</style>
border-color css
<style>
span { border-color: #269F2D; }
span { border-color: rgb(38,159,45); }
td.TdClassName
{
border-color: #269F2D;
}
.TagClassName
{
border-color: #269F2D;
}
</style>