Shades of Dark Pastel Green #06C039
Tints of Dark Pastel Green #06C039
RGB
CMYK
RGB Variations
Color information
#06C039 (or 0x06C039) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 39. RGB value is (6,192,57). Sum of RGB (Red+Green+Blue) = 6+192+57=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #06C039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C039 is #F93FC6. Grayscale: #797979. Windows color (decimal): -16334791 or 3784710. OLE color: 3784710.
HSL color Cylindrical-coordinate representation of color #06C039: hue angle of 136.45º 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 #06C039 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 57 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.25 |
| HSL | 136.45º | 0.94% | 0.39% | - |
| HSV(B) | 136.45º | 0.97% | 0.75% | - |
| XYZ | 19.66 | 38.03 | 10.18 | - |
| YUV | 121 | 91.88 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 57 | 0.97 | 0 | 0.70 | 0.25 | 136.45 | 0.94 | 0.39 |
| Hex | 6 | C0 | 39 | 61 | 0 | 46 | 19 | 88 | 5E | 27 |
| Octal | 6 | 300 | 71 | 141 | 0 | 106 | 31 | 210 | 136 | 47 |
| Binary | 110 | 11000000 | 111001 | 1100001 | 0 | 1000110 | 11001 | 10001000 | 1011110 | 100111 |
Color Harmonies of #06C039
Complementary color
Monochromatic Colors of #06C039
Black with #06C039
Text Example
Text Example
White with #06C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C039; }
p { color: rgb(6,192,57); }
H1.HeaderClassName
{
color: #06C039;
}
.AnyTagClassName
{
color: #06C039;
}
</style>
background-color css
<style>
a { background-color: #06C039; }
a { background-color: rgb(6,192,57); }
div.DivClassName
{
background-color: #06C039;
}
.BgClassName
{
background-color: #06C039;
}
</style>
border-color css
<style>
span { border-color: #06C039; }
span { border-color: rgb(6,192,57); }
td.TdClassName
{
border-color: #06C039;
}
.TagClassName
{
border-color: #06C039;
}
</style>