Shades of Dark Pastel Green #04AD2D
Tints of Dark Pastel Green #04AD2D
RGB
CMYK
RGB Variations
Color information
#04AD2D (or 0x04AD2D) is known color: Dark Pastel Green. HEX triplet: 04, AD and 2D. RGB value is (4,173,45). Sum of RGB (Red+Green+Blue) = 4+173+45=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD2D is #FB52D2. Grayscale: #6C6C6C. Windows color (decimal): -16470739 or 2993412. OLE color: 2993412.
HSL color Cylindrical-coordinate representation of color #04AD2D: hue angle of 134.56º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD2D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 45 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.32 |
| HSL | 134.56º | 0.95% | 0.35% | - |
| HSV(B) | 134.56º | 0.98% | 0.68% | - |
| XYZ | 15.47 | 30.1 | 7.48 | - |
| YUV | 107.88 | 92.51 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 45 | 0.98 | 0 | 0.74 | 0.32 | 134.56 | 0.95 | 0.35 |
| Hex | 4 | AD | 2D | 62 | 0 | 4A | 20 | 87 | 5F | 23 |
| Octal | 4 | 255 | 55 | 142 | 0 | 112 | 40 | 207 | 137 | 43 |
| Binary | 100 | 10101101 | 101101 | 1100010 | 0 | 1001010 | 100000 | 10000111 | 1011111 | 100011 |
Color Harmonies of #04AD2D
Complementary color
Monochromatic Colors of #04AD2D
Black with #04AD2D
Text Example
Text Example
White with #04AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD2D; }
p { color: rgb(4,173,45); }
H1.HeaderClassName
{
color: #04AD2D;
}
.AnyTagClassName
{
color: #04AD2D;
}
</style>
background-color css
<style>
a { background-color: #04AD2D; }
a { background-color: rgb(4,173,45); }
div.DivClassName
{
background-color: #04AD2D;
}
.BgClassName
{
background-color: #04AD2D;
}
</style>
border-color css
<style>
span { border-color: #04AD2D; }
span { border-color: rgb(4,173,45); }
td.TdClassName
{
border-color: #04AD2D;
}
.TagClassName
{
border-color: #04AD2D;
}
</style>