Shades of Dark Pastel Green #06C03B
Tints of Dark Pastel Green #06C03B
RGB
CMYK
RGB Variations
Color information
#06C03B (or 0x06C03B) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 3B. RGB value is (6,192,59). Sum of RGB (Red+Green+Blue) = 6+192+59=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #06C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C03B is #F93FC4. Grayscale: #797979. Windows color (decimal): -16334789 or 3915782. OLE color: 3915782.
HSL color Cylindrical-coordinate representation of color #06C03B: hue angle of 137.1º 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 #06C03B is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 59 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.25 |
| HSL | 137.1º | 0.94% | 0.39% | - |
| HSV(B) | 137.1º | 0.97% | 0.75% | - |
| XYZ | 19.71 | 38.05 | 10.44 | - |
| YUV | 121.22 | 92.88 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 59 | 0.97 | 0 | 0.69 | 0.25 | 137.1 | 0.94 | 0.39 |
| Hex | 6 | C0 | 3B | 61 | 0 | 45 | 19 | 89 | 5E | 27 |
| Octal | 6 | 300 | 73 | 141 | 0 | 105 | 31 | 211 | 136 | 47 |
| Binary | 110 | 11000000 | 111011 | 1100001 | 0 | 1000101 | 11001 | 10001001 | 1011110 | 100111 |
Color Harmonies of #06C03B
Complementary color
Monochromatic Colors of #06C03B
Black with #06C03B
Text Example
Text Example
White with #06C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C03B; }
p { color: rgb(6,192,59); }
H1.HeaderClassName
{
color: #06C03B;
}
.AnyTagClassName
{
color: #06C03B;
}
</style>
background-color css
<style>
a { background-color: #06C03B; }
a { background-color: rgb(6,192,59); }
div.DivClassName
{
background-color: #06C03B;
}
.BgClassName
{
background-color: #06C03B;
}
</style>
border-color css
<style>
span { border-color: #06C03B; }
span { border-color: rgb(6,192,59); }
td.TdClassName
{
border-color: #06C03B;
}
.TagClassName
{
border-color: #06C03B;
}
</style>