Shades of Dark Pastel Green #04AB30
Tints of Dark Pastel Green #04AB30
RGB
CMYK
RGB Variations
Color information
#04AB30 (or 0x04AB30) is known color: Dark Pastel Green. HEX triplet: 04, AB and 30. RGB value is (4,171,48). Sum of RGB (Red+Green+Blue) = 4+171+48=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 171 (67.19% from 255 or 76.68% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB30 is #FB54CF. Grayscale: #6B6B6B. Windows color (decimal): -16471248 or 3189508. OLE color: 3189508.
HSL color Cylindrical-coordinate representation of color #04AB30: hue angle of 135.81º 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 #04AB30 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 48 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.33 |
| HSL | 135.81º | 0.95% | 0.34% | - |
| HSV(B) | 135.81º | 0.98% | 0.67% | - |
| XYZ | 15.15 | 29.37 | 7.67 | - |
| YUV | 107.05 | 94.67 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 48 | 0.98 | 0 | 0.72 | 0.33 | 135.81 | 0.95 | 0.34 |
| Hex | 4 | AB | 30 | 62 | 0 | 48 | 21 | 88 | 5F | 22 |
| Octal | 4 | 253 | 60 | 142 | 0 | 110 | 41 | 210 | 137 | 42 |
| Binary | 100 | 10101011 | 110000 | 1100010 | 0 | 1001000 | 100001 | 10001000 | 1011111 | 100010 |
Color Harmonies of #04AB30
Complementary color
Monochromatic Colors of #04AB30
Black with #04AB30
Text Example
Text Example
White with #04AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB30; }
p { color: rgb(4,171,48); }
H1.HeaderClassName
{
color: #04AB30;
}
.AnyTagClassName
{
color: #04AB30;
}
</style>
background-color css
<style>
a { background-color: #04AB30; }
a { background-color: rgb(4,171,48); }
div.DivClassName
{
background-color: #04AB30;
}
.BgClassName
{
background-color: #04AB30;
}
</style>
border-color css
<style>
span { border-color: #04AB30; }
span { border-color: rgb(4,171,48); }
td.TdClassName
{
border-color: #04AB30;
}
.TagClassName
{
border-color: #04AB30;
}
</style>