Shades of Forest Green #269A2D
Tints of Forest Green #269A2D
RGB
CMYK
RGB Variations
Color information
#269A2D (or 0x269A2D) is known color: Forest Green. HEX triplet: 26, 9A and 2D. RGB value is (38,154,45). Sum of RGB (Red+Green+Blue) = 38+154+45=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #269A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A2D is #D965D2. Grayscale: #6B6B6B. Windows color (decimal): -14247379 or 2988582. OLE color: 2988582.
HSL color Cylindrical-coordinate representation of color #269A2D: hue angle of 123.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A2D is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 45 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.40 |
| HSL | 123.62º | 0.6% | 0.38% | - |
| HSV(B) | 123.62º | 0.75% | 0.6% | - |
| XYZ | 12.83 | 23.71 | 6.38 | - |
| YUV | 106.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 45 | 0.75 | 0 | 0.71 | 0.40 | 123.62 | 0.6 | 0.38 |
| Hex | 26 | 9A | 2D | 4B | 0 | 47 | 28 | 7C | 3C | 26 |
| Octal | 46 | 232 | 55 | 113 | 0 | 107 | 50 | 174 | 74 | 46 |
| Binary | 100110 | 10011010 | 101101 | 1001011 | 0 | 1000111 | 101000 | 1111100 | 111100 | 100110 |
Color Harmonies of #269A2D
Complementary color
Monochromatic Colors of #269A2D
Black with #269A2D
Text Example
Text Example
White with #269A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A2D; }
p { color: rgb(38,154,45); }
H1.HeaderClassName
{
color: #269A2D;
}
.AnyTagClassName
{
color: #269A2D;
}
</style>
background-color css
<style>
a { background-color: #269A2D; }
a { background-color: rgb(38,154,45); }
div.DivClassName
{
background-color: #269A2D;
}
.BgClassName
{
background-color: #269A2D;
}
</style>
border-color css
<style>
span { border-color: #269A2D; }
span { border-color: rgb(38,154,45); }
td.TdClassName
{
border-color: #269A2D;
}
.TagClassName
{
border-color: #269A2D;
}
</style>