Shades of Dark Pastel Green #00C048
Tints of Dark Pastel Green #00C048
RGB
CMYK
RGB Variations
Color information
#00C048 (or 0x00C048) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 48. RGB value is (0,192,72). Sum of RGB (Red+Green+Blue) = 0+192+72=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #00C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C048 is #FF3FB7. Grayscale: #797979. Windows color (decimal): -16727992 or 4767744. OLE color: 4767744.
HSL color Cylindrical-coordinate representation of color #00C048: hue angle of 142.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C048 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 72 | - |
| CMYK | 1 | 0 | 0.63 | 0.25 |
| HSL | 142.5º | 1% | 0.38% | - |
| HSV(B) | 142.5º | 1% | 0.75% | - |
| XYZ | 20.02 | 38.17 | 12.44 | - |
| YUV | 120.91 | 100.39 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 72 | 1 | 0 | 0.63 | 0.25 | 142.5 | 1 | 0.38 |
| Hex | 0 | C0 | 48 | 64 | 0 | 3F | 19 | 8E | 64 | 26 |
| Octal | 0 | 300 | 110 | 144 | 0 | 77 | 31 | 216 | 144 | 46 |
| Binary | 0 | 11000000 | 1001000 | 1100100 | 0 | 111111 | 11001 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C048
Complementary color
Monochromatic Colors of #00C048
Black with #00C048
Text Example
Text Example
White with #00C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C048; }
p { color: rgb(0,192,72); }
H1.HeaderClassName
{
color: #00C048;
}
.AnyTagClassName
{
color: #00C048;
}
</style>
background-color css
<style>
a { background-color: #00C048; }
a { background-color: rgb(0,192,72); }
div.DivClassName
{
background-color: #00C048;
}
.BgClassName
{
background-color: #00C048;
}
</style>
border-color css
<style>
span { border-color: #00C048; }
span { border-color: rgb(0,192,72); }
td.TdClassName
{
border-color: #00C048;
}
.TagClassName
{
border-color: #00C048;
}
</style>