Shades of Dark Pastel Green #039D2D
Tints of Dark Pastel Green #039D2D
RGB
CMYK
RGB Variations
Color information
#039D2D (or 0x039D2D) is known color: Dark Pastel Green. HEX triplet: 03, 9D and 2D. RGB value is (3,157,45). Sum of RGB (Red+Green+Blue) = 3+157+45=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #039D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039D2D is #FC62D2. Grayscale: #626262. Windows color (decimal): -16540371 or 2989315. OLE color: 2989315.
HSL color Cylindrical-coordinate representation of color #039D2D: hue angle of 136.36º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039D2D is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 157 | 45 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.38 |
| HSL | 136.36º | 0.96% | 0.31% | - |
| HSV(B) | 136.36º | 0.98% | 0.62% | - |
| XYZ | 12.57 | 24.32 | 6.51 | - |
| YUV | 98.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 45 | 0.98 | 0 | 0.71 | 0.38 | 136.36 | 0.96 | 0.31 |
| Hex | 3 | 9D | 2D | 62 | 0 | 47 | 26 | 88 | 60 | 1F |
| Octal | 3 | 235 | 55 | 142 | 0 | 107 | 46 | 210 | 140 | 37 |
| Binary | 11 | 10011101 | 101101 | 1100010 | 0 | 1000111 | 100110 | 10001000 | 1100000 | 11111 |
Color Harmonies of #039D2D
Complementary color
Monochromatic Colors of #039D2D
Black with #039D2D
Text Example
Text Example
White with #039D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039D2D; }
p { color: rgb(3,157,45); }
H1.HeaderClassName
{
color: #039D2D;
}
.AnyTagClassName
{
color: #039D2D;
}
</style>
background-color css
<style>
a { background-color: #039D2D; }
a { background-color: rgb(3,157,45); }
div.DivClassName
{
background-color: #039D2D;
}
.BgClassName
{
background-color: #039D2D;
}
</style>
border-color css
<style>
span { border-color: #039D2D; }
span { border-color: rgb(3,157,45); }
td.TdClassName
{
border-color: #039D2D;
}
.TagClassName
{
border-color: #039D2D;
}
</style>