Shades of Dark Pastel Green #04AB2D
Tints of Dark Pastel Green #04AB2D
RGB
CMYK
RGB Variations
Color information
#04AB2D (or 0x04AB2D) is known color: Dark Pastel Green. HEX triplet: 04, AB and 2D. RGB value is (4,171,45). Sum of RGB (Red+Green+Blue) = 4+171+45=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 171 (67.19% from 255 or 77.73% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB2D is #FB54D2. Grayscale: #6B6B6B. Windows color (decimal): -16471251 or 2992900. OLE color: 2992900.
HSL color Cylindrical-coordinate representation of color #04AB2D: hue angle of 134.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB2D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 45 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.33 |
| HSL | 134.73º | 0.95% | 0.34% | - |
| HSV(B) | 134.73º | 0.98% | 0.67% | - |
| XYZ | 15.09 | 29.34 | 7.35 | - |
| YUV | 106.7 | 93.17 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 45 | 0.98 | 0 | 0.74 | 0.33 | 134.73 | 0.95 | 0.34 |
| Hex | 4 | AB | 2D | 62 | 0 | 4A | 21 | 87 | 5F | 22 |
| Octal | 4 | 253 | 55 | 142 | 0 | 112 | 41 | 207 | 137 | 42 |
| Binary | 100 | 10101011 | 101101 | 1100010 | 0 | 1001010 | 100001 | 10000111 | 1011111 | 100010 |
Color Harmonies of #04AB2D
Complementary color
Monochromatic Colors of #04AB2D
Black with #04AB2D
Text Example
Text Example
White with #04AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB2D; }
p { color: rgb(4,171,45); }
H1.HeaderClassName
{
color: #04AB2D;
}
.AnyTagClassName
{
color: #04AB2D;
}
</style>
background-color css
<style>
a { background-color: #04AB2D; }
a { background-color: rgb(4,171,45); }
div.DivClassName
{
background-color: #04AB2D;
}
.BgClassName
{
background-color: #04AB2D;
}
</style>
border-color css
<style>
span { border-color: #04AB2D; }
span { border-color: rgb(4,171,45); }
td.TdClassName
{
border-color: #04AB2D;
}
.TagClassName
{
border-color: #04AB2D;
}
</style>