Shades of Dark Pastel Green #06C352
Tints of Dark Pastel Green #06C352
RGB
CMYK
RGB Variations
Color information
#06C352 (or 0x06C352) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 52. RGB value is (6,195,82). Sum of RGB (Red+Green+Blue) = 6+195+82=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #06C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C352 is #F93CAD. Grayscale: #7D7D7D. Windows color (decimal): -16333998 or 5423878. OLE color: 5423878.
HSL color Cylindrical-coordinate representation of color #06C352: hue angle of 144.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C352 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 82 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.24 |
| HSL | 144.13º | 0.94% | 0.39% | - |
| HSV(B) | 144.13º | 0.97% | 0.76% | - |
| XYZ | 21.11 | 39.68 | 14.53 | - |
| YUV | 125.61 | 103.38 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 82 | 0.97 | 0 | 0.58 | 0.24 | 144.13 | 0.94 | 0.39 |
| Hex | 6 | C3 | 52 | 61 | 0 | 3A | 18 | 90 | 5E | 27 |
| Octal | 6 | 303 | 122 | 141 | 0 | 72 | 30 | 220 | 136 | 47 |
| Binary | 110 | 11000011 | 1010010 | 1100001 | 0 | 111010 | 11000 | 10010000 | 1011110 | 100111 |
Color Harmonies of #06C352
Complementary color
Monochromatic Colors of #06C352
Black with #06C352
Text Example
Text Example
White with #06C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C352; }
p { color: rgb(6,195,82); }
H1.HeaderClassName
{
color: #06C352;
}
.AnyTagClassName
{
color: #06C352;
}
</style>
background-color css
<style>
a { background-color: #06C352; }
a { background-color: rgb(6,195,82); }
div.DivClassName
{
background-color: #06C352;
}
.BgClassName
{
background-color: #06C352;
}
</style>
border-color css
<style>
span { border-color: #06C352; }
span { border-color: rgb(6,195,82); }
td.TdClassName
{
border-color: #06C352;
}
.TagClassName
{
border-color: #06C352;
}
</style>