Shades of Dark Pastel Green #06C32D
Tints of Dark Pastel Green #06C32D
RGB
CMYK
RGB Variations
Color information
#06C32D (or 0x06C32D) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 2D. RGB value is (6,195,45). Sum of RGB (Red+Green+Blue) = 6+195+45=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #06C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C32D is #F93CD2. Grayscale: #797979. Windows color (decimal): -16334035 or 2999046. OLE color: 2999046.
HSL color Cylindrical-coordinate representation of color #06C32D: hue angle of 132.38º 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 #06C32D is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 45 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.24 |
| HSL | 132.38º | 0.94% | 0.39% | - |
| HSV(B) | 132.38º | 0.97% | 0.76% | - |
| XYZ | 20.06 | 39.26 | 9 | - |
| YUV | 121.39 | 84.88 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 45 | 0.97 | 0 | 0.77 | 0.24 | 132.38 | 0.94 | 0.39 |
| Hex | 6 | C3 | 2D | 61 | 0 | 4D | 18 | 84 | 5E | 27 |
| Octal | 6 | 303 | 55 | 141 | 0 | 115 | 30 | 204 | 136 | 47 |
| Binary | 110 | 11000011 | 101101 | 1100001 | 0 | 1001101 | 11000 | 10000100 | 1011110 | 100111 |
Color Harmonies of #06C32D
Complementary color
Monochromatic Colors of #06C32D
Black with #06C32D
Text Example
Text Example
White with #06C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C32D; }
p { color: rgb(6,195,45); }
H1.HeaderClassName
{
color: #06C32D;
}
.AnyTagClassName
{
color: #06C32D;
}
</style>
background-color css
<style>
a { background-color: #06C32D; }
a { background-color: rgb(6,195,45); }
div.DivClassName
{
background-color: #06C32D;
}
.BgClassName
{
background-color: #06C32D;
}
</style>
border-color css
<style>
span { border-color: #06C32D; }
span { border-color: rgb(6,195,45); }
td.TdClassName
{
border-color: #06C32D;
}
.TagClassName
{
border-color: #06C32D;
}
</style>