Shades of Dark Pastel Green #00C247
Tints of Dark Pastel Green #00C247
RGB
CMYK
RGB Variations
Color information
#00C247 (or 0x00C247) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 47. RGB value is (0,194,71). Sum of RGB (Red+Green+Blue) = 0+194+71=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #00C247 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C247 is #FF3DB8. Grayscale: #7A7A7A. Windows color (decimal): -16727481 or 4702720. OLE color: 4702720.
HSL color Cylindrical-coordinate representation of color #00C247: hue angle of 141.96º 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 #00C247 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 71 | - |
| CMYK | 1 | 0 | 0.63 | 0.24 |
| HSL | 141.96º | 1% | 0.38% | - |
| HSV(B) | 141.96º | 1% | 0.76% | - |
| XYZ | 20.43 | 39.04 | 12.42 | - |
| YUV | 121.97 | 99.23 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 71 | 1 | 0 | 0.63 | 0.24 | 141.96 | 1 | 0.38 |
| Hex | 0 | C2 | 47 | 64 | 0 | 3F | 18 | 8E | 64 | 26 |
| Octal | 0 | 302 | 107 | 144 | 0 | 77 | 30 | 216 | 144 | 46 |
| Binary | 0 | 11000010 | 1000111 | 1100100 | 0 | 111111 | 11000 | 10001110 | 1100100 | 100110 |
Color Harmonies of #00C247
Complementary color
Monochromatic Colors of #00C247
Black with #00C247
Text Example
Text Example
White with #00C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C247; }
p { color: rgb(0,194,71); }
H1.HeaderClassName
{
color: #00C247;
}
.AnyTagClassName
{
color: #00C247;
}
</style>
background-color css
<style>
a { background-color: #00C247; }
a { background-color: rgb(0,194,71); }
div.DivClassName
{
background-color: #00C247;
}
.BgClassName
{
background-color: #00C247;
}
</style>
border-color css
<style>
span { border-color: #00C247; }
span { border-color: rgb(0,194,71); }
td.TdClassName
{
border-color: #00C247;
}
.TagClassName
{
border-color: #00C247;
}
</style>