Shades of Forest Green #269D2D
Tints of Forest Green #269D2D
RGB
CMYK
RGB Variations
Color information
#269D2D (or 0x269D2D) is known color: Forest Green. HEX triplet: 26, 9D and 2D. RGB value is (38,157,45). Sum of RGB (Red+Green+Blue) = 38+157+45=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #269D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269D2D is #D962D2. Grayscale: #6C6C6C. Windows color (decimal): -14246611 or 2989350. OLE color: 2989350.
HSL color Cylindrical-coordinate representation of color #269D2D: hue angle of 123.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D2D is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 45 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.38 |
| HSL | 123.53º | 0.61% | 0.38% | - |
| HSV(B) | 123.53º | 0.76% | 0.62% | - |
| XYZ | 13.33 | 24.72 | 6.55 | - |
| YUV | 108.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 45 | 0.76 | 0 | 0.71 | 0.38 | 123.53 | 0.61 | 0.38 |
| Hex | 26 | 9D | 2D | 4C | 0 | 47 | 26 | 7C | 3D | 26 |
| Octal | 46 | 235 | 55 | 114 | 0 | 107 | 46 | 174 | 75 | 46 |
| Binary | 100110 | 10011101 | 101101 | 1001100 | 0 | 1000111 | 100110 | 1111100 | 111101 | 100110 |
Color Harmonies of #269D2D
Complementary color
Monochromatic Colors of #269D2D
Black with #269D2D
Text Example
Text Example
White with #269D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D2D; }
p { color: rgb(38,157,45); }
H1.HeaderClassName
{
color: #269D2D;
}
.AnyTagClassName
{
color: #269D2D;
}
</style>
background-color css
<style>
a { background-color: #269D2D; }
a { background-color: rgb(38,157,45); }
div.DivClassName
{
background-color: #269D2D;
}
.BgClassName
{
background-color: #269D2D;
}
</style>
border-color css
<style>
span { border-color: #269D2D; }
span { border-color: rgb(38,157,45); }
td.TdClassName
{
border-color: #269D2D;
}
.TagClassName
{
border-color: #269D2D;
}
</style>