Shades of Dark Pastel Green #00C228
Tints of Dark Pastel Green #00C228
RGB
CMYK
RGB Variations
Color information
#00C228 (or 0x00C228) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 28. RGB value is (0,194,40). Sum of RGB (Red+Green+Blue) = 0+194+40=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #00C228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C228 is #FF3DD7. Grayscale: #767676. Windows color (decimal): -16727512 or 2671104. OLE color: 2671104.
HSL color Cylindrical-coordinate representation of color #00C228: hue angle of 132.37º 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 #00C228 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 40 | - |
| CMYK | 1 | 0 | 0.79 | 0.24 |
| HSL | 132.37º | 1% | 0.38% | - |
| HSV(B) | 132.37º | 1% | 0.76% | - |
| XYZ | 19.67 | 38.74 | 8.45 | - |
| YUV | 118.44 | 83.73 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 40 | 1 | 0 | 0.79 | 0.24 | 132.37 | 1 | 0.38 |
| Hex | 0 | C2 | 28 | 64 | 0 | 4F | 18 | 84 | 64 | 26 |
| Octal | 0 | 302 | 50 | 144 | 0 | 117 | 30 | 204 | 144 | 46 |
| Binary | 0 | 11000010 | 101000 | 1100100 | 0 | 1001111 | 11000 | 10000100 | 1100100 | 100110 |
Color Harmonies of #00C228
Complementary color
Monochromatic Colors of #00C228
Black with #00C228
Text Example
Text Example
White with #00C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C228; }
p { color: rgb(0,194,40); }
H1.HeaderClassName
{
color: #00C228;
}
.AnyTagClassName
{
color: #00C228;
}
</style>
background-color css
<style>
a { background-color: #00C228; }
a { background-color: rgb(0,194,40); }
div.DivClassName
{
background-color: #00C228;
}
.BgClassName
{
background-color: #00C228;
}
</style>
border-color css
<style>
span { border-color: #00C228; }
span { border-color: rgb(0,194,40); }
td.TdClassName
{
border-color: #00C228;
}
.TagClassName
{
border-color: #00C228;
}
</style>