Shades of Dark Pastel Green #00C22D
Tints of Dark Pastel Green #00C22D
RGB
CMYK
RGB Variations
Color information
#00C22D (or 0x00C22D) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 2D. RGB value is (0,194,45). Sum of RGB (Red+Green+Blue) = 0+194+45=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #00C22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C22D is #FF3DD2. Grayscale: #777777. Windows color (decimal): -16727507 or 2998784. OLE color: 2998784.
HSL color Cylindrical-coordinate representation of color #00C22D: hue angle of 133.92º 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 #00C22D is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 45 | - |
| CMYK | 1 | 0 | 0.77 | 0.24 |
| HSL | 133.92º | 1% | 0.38% | - |
| HSV(B) | 133.92º | 1% | 0.76% | - |
| XYZ | 19.77 | 38.77 | 8.92 | - |
| YUV | 119.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 45 | 1 | 0 | 0.77 | 0.24 | 133.92 | 1 | 0.38 |
| Hex | 0 | C2 | 2D | 64 | 0 | 4D | 18 | 86 | 64 | 26 |
| Octal | 0 | 302 | 55 | 144 | 0 | 115 | 30 | 206 | 144 | 46 |
| Binary | 0 | 11000010 | 101101 | 1100100 | 0 | 1001101 | 11000 | 10000110 | 1100100 | 100110 |
Color Harmonies of #00C22D
Complementary color
Monochromatic Colors of #00C22D
Black with #00C22D
Text Example
Text Example
White with #00C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C22D; }
p { color: rgb(0,194,45); }
H1.HeaderClassName
{
color: #00C22D;
}
.AnyTagClassName
{
color: #00C22D;
}
</style>
background-color css
<style>
a { background-color: #00C22D; }
a { background-color: rgb(0,194,45); }
div.DivClassName
{
background-color: #00C22D;
}
.BgClassName
{
background-color: #00C22D;
}
</style>
border-color css
<style>
span { border-color: #00C22D; }
span { border-color: rgb(0,194,45); }
td.TdClassName
{
border-color: #00C22D;
}
.TagClassName
{
border-color: #00C22D;
}
</style>