Shades of Dark Pastel Green #06C343
Tints of Dark Pastel Green #06C343
RGB
CMYK
RGB Variations
Color information
#06C343 (or 0x06C343) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 43. RGB value is (6,195,67). Sum of RGB (Red+Green+Blue) = 6+195+67=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #06C343 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C343 is #F93CBC. Grayscale: #7C7C7C. Windows color (decimal): -16334013 or 4440838. OLE color: 4440838.
HSL color Cylindrical-coordinate representation of color #06C343: hue angle of 139.37º 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 #06C343 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 67 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.24 |
| HSL | 139.37º | 0.94% | 0.39% | - |
| HSV(B) | 139.37º | 0.97% | 0.76% | - |
| XYZ | 20.6 | 39.47 | 11.84 | - |
| YUV | 123.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 67 | 0.97 | 0 | 0.66 | 0.24 | 139.37 | 0.94 | 0.39 |
| Hex | 6 | C3 | 43 | 61 | 0 | 42 | 18 | 8B | 5E | 27 |
| Octal | 6 | 303 | 103 | 141 | 0 | 102 | 30 | 213 | 136 | 47 |
| Binary | 110 | 11000011 | 1000011 | 1100001 | 0 | 1000010 | 11000 | 10001011 | 1011110 | 100111 |
Color Harmonies of #06C343
Complementary color
Monochromatic Colors of #06C343
Black with #06C343
Text Example
Text Example
White with #06C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C343; }
p { color: rgb(6,195,67); }
H1.HeaderClassName
{
color: #06C343;
}
.AnyTagClassName
{
color: #06C343;
}
</style>
background-color css
<style>
a { background-color: #06C343; }
a { background-color: rgb(6,195,67); }
div.DivClassName
{
background-color: #06C343;
}
.BgClassName
{
background-color: #06C343;
}
</style>
border-color css
<style>
span { border-color: #06C343; }
span { border-color: rgb(6,195,67); }
td.TdClassName
{
border-color: #06C343;
}
.TagClassName
{
border-color: #06C343;
}
</style>