Shades of Dark Pastel Green #00C345
Tints of Dark Pastel Green #00C345
RGB
CMYK
RGB Variations
Color information
#00C345 (or 0x00C345) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 45. RGB value is (0,195,69). Sum of RGB (Red+Green+Blue) = 0+195+69=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #00C345 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C345 is #FF3CBA. Grayscale: #7A7A7A. Windows color (decimal): -16727227 or 4571904. OLE color: 4571904.
HSL color Cylindrical-coordinate representation of color #00C345: hue angle of 141.23º 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 #00C345 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 69 | - |
| CMYK | 1 | 0 | 0.65 | 0.24 |
| HSL | 141.23º | 1% | 0.38% | - |
| HSV(B) | 141.23º | 1% | 0.76% | - |
| XYZ | 20.59 | 39.46 | 12.16 | - |
| YUV | 122.33 | 97.9 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 69 | 1 | 0 | 0.65 | 0.24 | 141.23 | 1 | 0.38 |
| Hex | 0 | C3 | 45 | 64 | 0 | 41 | 18 | 8D | 64 | 26 |
| Octal | 0 | 303 | 105 | 144 | 0 | 101 | 30 | 215 | 144 | 46 |
| Binary | 0 | 11000011 | 1000101 | 1100100 | 0 | 1000001 | 11000 | 10001101 | 1100100 | 100110 |
Color Harmonies of #00C345
Complementary color
Monochromatic Colors of #00C345
Black with #00C345
Text Example
Text Example
White with #00C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C345; }
p { color: rgb(0,195,69); }
H1.HeaderClassName
{
color: #00C345;
}
.AnyTagClassName
{
color: #00C345;
}
</style>
background-color css
<style>
a { background-color: #00C345; }
a { background-color: rgb(0,195,69); }
div.DivClassName
{
background-color: #00C345;
}
.BgClassName
{
background-color: #00C345;
}
</style>
border-color css
<style>
span { border-color: #00C345; }
span { border-color: rgb(0,195,69); }
td.TdClassName
{
border-color: #00C345;
}
.TagClassName
{
border-color: #00C345;
}
</style>