Shades of Forest Green #29993C
Tints of Forest Green #29993C
RGB
CMYK
RGB Variations
Color information
#29993C (or 0x29993C) is known color: Forest Green. HEX triplet: 29, 99 and 3C. RGB value is (41,153,60). Sum of RGB (Red+Green+Blue) = 41+153+60=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #29993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29993C is #D666C3. Grayscale: #6D6D6D. Windows color (decimal): -14051012 or 3971369. OLE color: 3971369.
HSL color Cylindrical-coordinate representation of color #29993C: hue angle of 130.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29993C is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 60 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.4 |
| HSL | 130.18º | 0.58% | 0.38% | - |
| HSV(B) | 130.18º | 0.73% | 0.6% | - |
| XYZ | 13.12 | 23.58 | 8.13 | - |
| YUV | 108.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 60 | 0.73 | 0 | 0.61 | 0.4 | 130.18 | 0.58 | 0.38 |
| Hex | 29 | 99 | 3C | 49 | 0 | 3D | 28 | 82 | 3A | 26 |
| Octal | 51 | 231 | 74 | 111 | 0 | 75 | 50 | 202 | 72 | 46 |
| Binary | 101001 | 10011001 | 111100 | 1001001 | 0 | 111101 | 101000 | 10000010 | 111010 | 100110 |
Color Harmonies of #29993C
Complementary color
Monochromatic Colors of #29993C
Black with #29993C
Text Example
Text Example
White with #29993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29993C; }
p { color: rgb(41,153,60); }
H1.HeaderClassName
{
color: #29993C;
}
.AnyTagClassName
{
color: #29993C;
}
</style>
background-color css
<style>
a { background-color: #29993C; }
a { background-color: rgb(41,153,60); }
div.DivClassName
{
background-color: #29993C;
}
.BgClassName
{
background-color: #29993C;
}
</style>
border-color css
<style>
span { border-color: #29993C; }
span { border-color: rgb(41,153,60); }
td.TdClassName
{
border-color: #29993C;
}
.TagClassName
{
border-color: #29993C;
}
</style>