Shades of Dark Pastel Green #04AD2F
Tints of Dark Pastel Green #04AD2F
RGB
CMYK
RGB Variations
Color information
#04AD2F (or 0x04AD2F) is known color: Dark Pastel Green. HEX triplet: 04, AD and 2F. RGB value is (4,173,47). Sum of RGB (Red+Green+Blue) = 4+173+47=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 173 (67.97% from 255 or 77.23% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD2F is #FB52D0. Grayscale: #6C6C6C. Windows color (decimal): -16470737 or 3124484. OLE color: 3124484.
HSL color Cylindrical-coordinate representation of color #04AD2F: hue angle of 135.27º 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 #04AD2F is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 47 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.32 |
| HSL | 135.27º | 0.95% | 0.35% | - |
| HSV(B) | 135.27º | 0.98% | 0.68% | - |
| XYZ | 15.51 | 30.12 | 7.69 | - |
| YUV | 108.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 47 | 0.98 | 0 | 0.73 | 0.32 | 135.27 | 0.95 | 0.35 |
| Hex | 4 | AD | 2F | 62 | 0 | 49 | 20 | 87 | 5F | 23 |
| Octal | 4 | 255 | 57 | 142 | 0 | 111 | 40 | 207 | 137 | 43 |
| Binary | 100 | 10101101 | 101111 | 1100010 | 0 | 1001001 | 100000 | 10000111 | 1011111 | 100011 |
Color Harmonies of #04AD2F
Complementary color
Monochromatic Colors of #04AD2F
Black with #04AD2F
Text Example
Text Example
White with #04AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD2F; }
p { color: rgb(4,173,47); }
H1.HeaderClassName
{
color: #04AD2F;
}
.AnyTagClassName
{
color: #04AD2F;
}
</style>
background-color css
<style>
a { background-color: #04AD2F; }
a { background-color: rgb(4,173,47); }
div.DivClassName
{
background-color: #04AD2F;
}
.BgClassName
{
background-color: #04AD2F;
}
</style>
border-color css
<style>
span { border-color: #04AD2F; }
span { border-color: rgb(4,173,47); }
td.TdClassName
{
border-color: #04AD2F;
}
.TagClassName
{
border-color: #04AD2F;
}
</style>