Shades of Dark Pastel Green #06C02F
Tints of Dark Pastel Green #06C02F
RGB
CMYK
RGB Variations
Color information
#06C02F (or 0x06C02F) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 2F. RGB value is (6,192,47). Sum of RGB (Red+Green+Blue) = 6+192+47=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #06C02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C02F is #F93FD0. Grayscale: #787878. Windows color (decimal): -16334801 or 3129350. OLE color: 3129350.
HSL color Cylindrical-coordinate representation of color #06C02F: hue angle of 133.23º 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 #06C02F is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 47 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.25 |
| HSL | 133.23º | 0.94% | 0.39% | - |
| HSV(B) | 133.23º | 0.97% | 0.75% | - |
| XYZ | 19.44 | 37.94 | 8.99 | - |
| YUV | 119.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 47 | 0.97 | 0 | 0.76 | 0.25 | 133.23 | 0.94 | 0.39 |
| Hex | 6 | C0 | 2F | 61 | 0 | 4C | 19 | 85 | 5E | 27 |
| Octal | 6 | 300 | 57 | 141 | 0 | 114 | 31 | 205 | 136 | 47 |
| Binary | 110 | 11000000 | 101111 | 1100001 | 0 | 1001100 | 11001 | 10000101 | 1011110 | 100111 |
Color Harmonies of #06C02F
Complementary color
Monochromatic Colors of #06C02F
Black with #06C02F
Text Example
Text Example
White with #06C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C02F; }
p { color: rgb(6,192,47); }
H1.HeaderClassName
{
color: #06C02F;
}
.AnyTagClassName
{
color: #06C02F;
}
</style>
background-color css
<style>
a { background-color: #06C02F; }
a { background-color: rgb(6,192,47); }
div.DivClassName
{
background-color: #06C02F;
}
.BgClassName
{
background-color: #06C02F;
}
</style>
border-color css
<style>
span { border-color: #06C02F; }
span { border-color: rgb(6,192,47); }
td.TdClassName
{
border-color: #06C02F;
}
.TagClassName
{
border-color: #06C02F;
}
</style>