Shades of Dark Pastel Green #04A42B
Tints of Dark Pastel Green #04A42B
RGB
CMYK
RGB Variations
Color information
#04A42B (or 0x04A42B) is known color: Dark Pastel Green. HEX triplet: 04, A4 and 2B. RGB value is (4,164,43). Sum of RGB (Red+Green+Blue) = 4+164+43=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #04A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A42B is #FB5BD4. Grayscale: #666666. Windows color (decimal): -16473045 or 2860036. OLE color: 2860036.
HSL color Cylindrical-coordinate representation of color #04A42B: hue angle of 134.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A42B is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 43 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.36 |
| HSL | 134.63º | 0.95% | 0.33% | - |
| HSV(B) | 134.63º | 0.98% | 0.64% | - |
| XYZ | 13.76 | 26.75 | 6.72 | - |
| YUV | 102.37 | 94.49 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 43 | 0.98 | 0 | 0.74 | 0.36 | 134.63 | 0.95 | 0.33 |
| Hex | 4 | A4 | 2B | 62 | 0 | 4A | 24 | 87 | 5F | 21 |
| Octal | 4 | 244 | 53 | 142 | 0 | 112 | 44 | 207 | 137 | 41 |
| Binary | 100 | 10100100 | 101011 | 1100010 | 0 | 1001010 | 100100 | 10000111 | 1011111 | 100001 |
Color Harmonies of #04A42B
Complementary color
Monochromatic Colors of #04A42B
Black with #04A42B
Text Example
Text Example
White with #04A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A42B; }
p { color: rgb(4,164,43); }
H1.HeaderClassName
{
color: #04A42B;
}
.AnyTagClassName
{
color: #04A42B;
}
</style>
background-color css
<style>
a { background-color: #04A42B; }
a { background-color: rgb(4,164,43); }
div.DivClassName
{
background-color: #04A42B;
}
.BgClassName
{
background-color: #04A42B;
}
</style>
border-color css
<style>
span { border-color: #04A42B; }
span { border-color: rgb(4,164,43); }
td.TdClassName
{
border-color: #04A42B;
}
.TagClassName
{
border-color: #04A42B;
}
</style>