Shades of Dark Pastel Green #04CB29
Tints of Dark Pastel Green #04CB29
RGB
CMYK
RGB Variations
Color information
#04CB29 (or 0x04CB29) is known color: Dark Pastel Green. HEX triplet: 04, CB and 29. RGB value is (4,203,41). Sum of RGB (Red+Green+Blue) = 4+203+41=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 203 (79.69% from 255 or 81.85% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB29 is #FB34D6. Grayscale: #7D7D7D. Windows color (decimal): -16463063 or 2738948. OLE color: 2738948.
HSL color Cylindrical-coordinate representation of color #04CB29: hue angle of 131.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB29 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 41 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.20 |
| HSL | 131.16º | 0.96% | 0.41% | - |
| HSV(B) | 131.16º | 0.98% | 0.8% | - |
| XYZ | 21.81 | 42.9 | 9.23 | - |
| YUV | 125.03 | 80.57 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 41 | 0.98 | 0 | 0.80 | 0.20 | 131.16 | 0.96 | 0.41 |
| Hex | 4 | CB | 29 | 62 | 0 | 50 | 14 | 83 | 60 | 29 |
| Octal | 4 | 313 | 51 | 142 | 0 | 120 | 24 | 203 | 140 | 51 |
| Binary | 100 | 11001011 | 101001 | 1100010 | 0 | 1010000 | 10100 | 10000011 | 1100000 | 101001 |
Color Harmonies of #04CB29
Complementary color
Monochromatic Colors of #04CB29
Black with #04CB29
Text Example
Text Example
White with #04CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB29; }
p { color: rgb(4,203,41); }
H1.HeaderClassName
{
color: #04CB29;
}
.AnyTagClassName
{
color: #04CB29;
}
</style>
background-color css
<style>
a { background-color: #04CB29; }
a { background-color: rgb(4,203,41); }
div.DivClassName
{
background-color: #04CB29;
}
.BgClassName
{
background-color: #04CB29;
}
</style>
border-color css
<style>
span { border-color: #04CB29; }
span { border-color: rgb(4,203,41); }
td.TdClassName
{
border-color: #04CB29;
}
.TagClassName
{
border-color: #04CB29;
}
</style>