Shades of Dark Pastel Green #00C32E
Tints of Dark Pastel Green #00C32E
RGB
CMYK
RGB Variations
Color information
#00C32E (or 0x00C32E) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 2E. RGB value is (0,195,46). Sum of RGB (Red+Green+Blue) = 0+195+46=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #00C32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C32E is #FF3CD1. Grayscale: #787878. Windows color (decimal): -16727250 or 3064576. OLE color: 3064576.
HSL color Cylindrical-coordinate representation of color #00C32E: hue angle of 134.15º 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 #00C32E is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 46 | - |
| CMYK | 1 | 0 | 0.76 | 0.24 |
| HSL | 134.15º | 1% | 0.38% | - |
| HSV(B) | 134.15º | 1% | 0.76% | - |
| XYZ | 20.01 | 39.23 | 9.1 | - |
| YUV | 119.71 | 86.4 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 46 | 1 | 0 | 0.76 | 0.24 | 134.15 | 1 | 0.38 |
| Hex | 0 | C3 | 2E | 64 | 0 | 4C | 18 | 86 | 64 | 26 |
| Octal | 0 | 303 | 56 | 144 | 0 | 114 | 30 | 206 | 144 | 46 |
| Binary | 0 | 11000011 | 101110 | 1100100 | 0 | 1001100 | 11000 | 10000110 | 1100100 | 100110 |
Color Harmonies of #00C32E
Complementary color
Monochromatic Colors of #00C32E
Black with #00C32E
Text Example
Text Example
White with #00C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C32E; }
p { color: rgb(0,195,46); }
H1.HeaderClassName
{
color: #00C32E;
}
.AnyTagClassName
{
color: #00C32E;
}
</style>
background-color css
<style>
a { background-color: #00C32E; }
a { background-color: rgb(0,195,46); }
div.DivClassName
{
background-color: #00C32E;
}
.BgClassName
{
background-color: #00C32E;
}
</style>
border-color css
<style>
span { border-color: #00C32E; }
span { border-color: rgb(0,195,46); }
td.TdClassName
{
border-color: #00C32E;
}
.TagClassName
{
border-color: #00C32E;
}
</style>