Shades of Dark Pastel Green #029D29
Tints of Dark Pastel Green #029D29
RGB
CMYK
RGB Variations
Color information
#029D29 (or 0x029D29) is known color: Dark Pastel Green. HEX triplet: 02, 9D and 29. RGB value is (2,157,41). Sum of RGB (Red+Green+Blue) = 2+157+41=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 157 (61.72% from 255 or 78.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 157 - color contains mainly: green. Hex color #029D29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029D29 is #FD62D6. Grayscale: #616161. Windows color (decimal): -16605911 or 2727170. OLE color: 2727170.
HSL color Cylindrical-coordinate representation of color #029D29: hue angle of 135.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029D29 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 157 | 41 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.38 |
| HSL | 135.1º | 0.97% | 0.31% | - |
| HSV(B) | 135.1º | 0.99% | 0.62% | - |
| XYZ | 12.48 | 24.29 | 6.13 | - |
| YUV | 97.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 41 | 0.99 | 0 | 0.74 | 0.38 | 135.1 | 0.97 | 0.31 |
| Hex | 2 | 9D | 29 | 63 | 0 | 4A | 26 | 87 | 61 | 1F |
| Octal | 2 | 235 | 51 | 143 | 0 | 112 | 46 | 207 | 141 | 37 |
| Binary | 10 | 10011101 | 101001 | 1100011 | 0 | 1001010 | 100110 | 10000111 | 1100001 | 11111 |
Color Harmonies of #029D29
Complementary color
Monochromatic Colors of #029D29
Black with #029D29
Text Example
Text Example
White with #029D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029D29; }
p { color: rgb(2,157,41); }
H1.HeaderClassName
{
color: #029D29;
}
.AnyTagClassName
{
color: #029D29;
}
</style>
background-color css
<style>
a { background-color: #029D29; }
a { background-color: rgb(2,157,41); }
div.DivClassName
{
background-color: #029D29;
}
.BgClassName
{
background-color: #029D29;
}
</style>
border-color css
<style>
span { border-color: #029D29; }
span { border-color: rgb(2,157,41); }
td.TdClassName
{
border-color: #029D29;
}
.TagClassName
{
border-color: #029D29;
}
</style>