Shades of Dark Pastel Green #06C042
Tints of Dark Pastel Green #06C042
RGB
CMYK
RGB Variations
Color information
#06C042 (or 0x06C042) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 42. RGB value is (6,192,66). Sum of RGB (Red+Green+Blue) = 6+192+66=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #06C042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C042 is #F93FBD. Grayscale: #7A7A7A. Windows color (decimal): -16334782 or 4374534. OLE color: 4374534.
HSL color Cylindrical-coordinate representation of color #06C042: hue angle of 139.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C042 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 66 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.25 |
| HSL | 139.35º | 0.94% | 0.39% | - |
| HSV(B) | 139.35º | 0.97% | 0.75% | - |
| XYZ | 19.91 | 38.13 | 11.47 | - |
| YUV | 122.02 | 96.38 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 66 | 0.97 | 0 | 0.66 | 0.25 | 139.35 | 0.94 | 0.39 |
| Hex | 6 | C0 | 42 | 61 | 0 | 42 | 19 | 8B | 5E | 27 |
| Octal | 6 | 300 | 102 | 141 | 0 | 102 | 31 | 213 | 136 | 47 |
| Binary | 110 | 11000000 | 1000010 | 1100001 | 0 | 1000010 | 11001 | 10001011 | 1011110 | 100111 |
Color Harmonies of #06C042
Complementary color
Monochromatic Colors of #06C042
Black with #06C042
Text Example
Text Example
White with #06C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C042; }
p { color: rgb(6,192,66); }
H1.HeaderClassName
{
color: #06C042;
}
.AnyTagClassName
{
color: #06C042;
}
</style>
background-color css
<style>
a { background-color: #06C042; }
a { background-color: rgb(6,192,66); }
div.DivClassName
{
background-color: #06C042;
}
.BgClassName
{
background-color: #06C042;
}
</style>
border-color css
<style>
span { border-color: #06C042; }
span { border-color: rgb(6,192,66); }
td.TdClassName
{
border-color: #06C042;
}
.TagClassName
{
border-color: #06C042;
}
</style>