Shades of Dark Pastel Green #039C29
Tints of Dark Pastel Green #039C29
RGB
CMYK
RGB Variations
Color information
#039C29 (or 0x039C29) is known color: Dark Pastel Green. HEX triplet: 03, 9C and 29. RGB value is (3,156,41). Sum of RGB (Red+Green+Blue) = 3+156+41=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #039C29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039C29 is #FC63D6. Grayscale: #616161. Windows color (decimal): -16540631 or 2726915. OLE color: 2726915.
HSL color Cylindrical-coordinate representation of color #039C29: hue angle of 134.9º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C29 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 41 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.39 |
| HSL | 134.9º | 0.96% | 0.31% | - |
| HSV(B) | 134.9º | 0.98% | 0.61% | - |
| XYZ | 12.33 | 23.96 | 6.07 | - |
| YUV | 97.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 41 | 0.98 | 0 | 0.74 | 0.39 | 134.9 | 0.96 | 0.31 |
| Hex | 3 | 9C | 29 | 62 | 0 | 4A | 27 | 87 | 60 | 1F |
| Octal | 3 | 234 | 51 | 142 | 0 | 112 | 47 | 207 | 140 | 37 |
| Binary | 11 | 10011100 | 101001 | 1100010 | 0 | 1001010 | 100111 | 10000111 | 1100000 | 11111 |
Color Harmonies of #039C29
Complementary color
Monochromatic Colors of #039C29
Black with #039C29
Text Example
Text Example
White with #039C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C29; }
p { color: rgb(3,156,41); }
H1.HeaderClassName
{
color: #039C29;
}
.AnyTagClassName
{
color: #039C29;
}
</style>
background-color css
<style>
a { background-color: #039C29; }
a { background-color: rgb(3,156,41); }
div.DivClassName
{
background-color: #039C29;
}
.BgClassName
{
background-color: #039C29;
}
</style>
border-color css
<style>
span { border-color: #039C29; }
span { border-color: rgb(3,156,41); }
td.TdClassName
{
border-color: #039C29;
}
.TagClassName
{
border-color: #039C29;
}
</style>