Shades of Dark Pastel Green #00C346
Tints of Dark Pastel Green #00C346
RGB
CMYK
RGB Variations
Color information
#00C346 (or 0x00C346) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 46. RGB value is (0,195,70). Sum of RGB (Red+Green+Blue) = 0+195+70=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #00C346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C346 is #FF3CB9. Grayscale: #7A7A7A. Windows color (decimal): -16727226 or 4637440. OLE color: 4637440.
HSL color Cylindrical-coordinate representation of color #00C346: hue angle of 141.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C346 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 70 | - |
| CMYK | 1 | 0 | 0.64 | 0.24 |
| HSL | 141.54º | 1% | 0.38% | - |
| HSV(B) | 141.54º | 1% | 0.76% | - |
| XYZ | 20.62 | 39.47 | 12.33 | - |
| YUV | 122.45 | 98.4 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 70 | 1 | 0 | 0.64 | 0.24 | 141.54 | 1 | 0.38 |
| Hex | 0 | C3 | 46 | 64 | 0 | 40 | 18 | 8E | 64 | 26 |
| Octal | 0 | 303 | 106 | 144 | 0 | 100 | 30 | 216 | 144 | 46 |
| Binary | 0 | 11000011 | 1000110 | 1100100 | 0 | 1000000 | 11000 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C346
Complementary color
Monochromatic Colors of #00C346
Black with #00C346
Text Example
Text Example
White with #00C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C346; }
p { color: rgb(0,195,70); }
H1.HeaderClassName
{
color: #00C346;
}
.AnyTagClassName
{
color: #00C346;
}
</style>
background-color css
<style>
a { background-color: #00C346; }
a { background-color: rgb(0,195,70); }
div.DivClassName
{
background-color: #00C346;
}
.BgClassName
{
background-color: #00C346;
}
</style>
border-color css
<style>
span { border-color: #00C346; }
span { border-color: rgb(0,195,70); }
td.TdClassName
{
border-color: #00C346;
}
.TagClassName
{
border-color: #00C346;
}
</style>