Shades of Dark Pastel Green #00C041
Tints of Dark Pastel Green #00C041
RGB
CMYK
RGB Variations
Color information
#00C041 (or 0x00C041) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 41. RGB value is (0,192,65). Sum of RGB (Red+Green+Blue) = 0+192+65=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #00C041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C041 is #FF3FBE. Grayscale: #787878. Windows color (decimal): -16727999 or 4308992. OLE color: 4308992.
HSL color Cylindrical-coordinate representation of color #00C041: hue angle of 140.31º 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 #00C041 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 65 | - |
| CMYK | 1 | 0 | 0.66 | 0.25 |
| HSL | 140.31º | 1% | 0.38% | - |
| HSV(B) | 140.31º | 1% | 0.75% | - |
| XYZ | 19.8 | 38.08 | 11.31 | - |
| YUV | 120.11 | 96.89 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 65 | 1 | 0 | 0.66 | 0.25 | 140.31 | 1 | 0.38 |
| Hex | 0 | C0 | 41 | 64 | 0 | 42 | 19 | 8C | 64 | 26 |
| Octal | 0 | 300 | 101 | 144 | 0 | 102 | 31 | 214 | 144 | 46 |
| Binary | 0 | 11000000 | 1000001 | 1100100 | 0 | 1000010 | 11001 | 10001100 | 1100100 | 100110 |
Color Harmonies of #00C041
Complementary color
Monochromatic Colors of #00C041
Black with #00C041
Text Example
Text Example
White with #00C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C041; }
p { color: rgb(0,192,65); }
H1.HeaderClassName
{
color: #00C041;
}
.AnyTagClassName
{
color: #00C041;
}
</style>
background-color css
<style>
a { background-color: #00C041; }
a { background-color: rgb(0,192,65); }
div.DivClassName
{
background-color: #00C041;
}
.BgClassName
{
background-color: #00C041;
}
</style>
border-color css
<style>
span { border-color: #00C041; }
span { border-color: rgb(0,192,65); }
td.TdClassName
{
border-color: #00C041;
}
.TagClassName
{
border-color: #00C041;
}
</style>