Shades of Dark Pastel Green #00C448
Tints of Dark Pastel Green #00C448
RGB
CMYK
RGB Variations
Color information
#00C448 (or 0x00C448) is known color: Dark Pastel Green. HEX triplet: 00, C4 and 48. RGB value is (0,196,72). Sum of RGB (Red+Green+Blue) = 0+196+72=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #00C448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C448 is #FF3BB7. Grayscale: #7B7B7B. Windows color (decimal): -16726968 or 4768768. OLE color: 4768768.
HSL color Cylindrical-coordinate representation of color #00C448: hue angle of 142.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C448 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 72 | - |
| CMYK | 1 | 0 | 0.63 | 0.23 |
| HSL | 142.04º | 1% | 0.38% | - |
| HSV(B) | 142.04º | 1% | 0.77% | - |
| XYZ | 20.91 | 39.95 | 12.74 | - |
| YUV | 123.26 | 99.07 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 72 | 1 | 0 | 0.63 | 0.23 | 142.04 | 1 | 0.38 |
| Hex | 0 | C4 | 48 | 64 | 0 | 3F | 17 | 8E | 64 | 26 |
| Octal | 0 | 304 | 110 | 144 | 0 | 77 | 27 | 216 | 144 | 46 |
| Binary | 0 | 11000100 | 1001000 | 1100100 | 0 | 111111 | 10111 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C448
Complementary color
Monochromatic Colors of #00C448
Black with #00C448
Text Example
Text Example
White with #00C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C448; }
p { color: rgb(0,196,72); }
H1.HeaderClassName
{
color: #00C448;
}
.AnyTagClassName
{
color: #00C448;
}
</style>
background-color css
<style>
a { background-color: #00C448; }
a { background-color: rgb(0,196,72); }
div.DivClassName
{
background-color: #00C448;
}
.BgClassName
{
background-color: #00C448;
}
</style>
border-color css
<style>
span { border-color: #00C448; }
span { border-color: rgb(0,196,72); }
td.TdClassName
{
border-color: #00C448;
}
.TagClassName
{
border-color: #00C448;
}
</style>