Shades of Dark Pastel Green #00C036
Tints of Dark Pastel Green #00C036
RGB
CMYK
RGB Variations
Color information
#00C036 (or 0x00C036) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 36. RGB value is (0,192,54). Sum of RGB (Red+Green+Blue) = 0+192+54=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #00C036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C036 is #FF3FC9. Grayscale: #777777. Windows color (decimal): -16728010 or 3588096. OLE color: 3588096.
HSL color Cylindrical-coordinate representation of color #00C036: hue angle of 136.88º 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 #00C036 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 54 | - |
| CMYK | 1 | 0 | 0.72 | 0.25 |
| HSL | 136.88º | 1% | 0.38% | - |
| HSV(B) | 136.88º | 1% | 0.75% | - |
| XYZ | 19.52 | 37.97 | 9.79 | - |
| YUV | 118.86 | 91.39 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 54 | 1 | 0 | 0.72 | 0.25 | 136.88 | 1 | 0.38 |
| Hex | 0 | C0 | 36 | 64 | 0 | 48 | 19 | 89 | 64 | 26 |
| Octal | 0 | 300 | 66 | 144 | 0 | 110 | 31 | 211 | 144 | 46 |
| Binary | 0 | 11000000 | 110110 | 1100100 | 0 | 1001000 | 11001 | 10001001 | 1100100 | 100110 |
Color Harmonies of #00C036
Complementary color
Monochromatic Colors of #00C036
Black with #00C036
Text Example
Text Example
White with #00C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C036; }
p { color: rgb(0,192,54); }
H1.HeaderClassName
{
color: #00C036;
}
.AnyTagClassName
{
color: #00C036;
}
</style>
background-color css
<style>
a { background-color: #00C036; }
a { background-color: rgb(0,192,54); }
div.DivClassName
{
background-color: #00C036;
}
.BgClassName
{
background-color: #00C036;
}
</style>
border-color css
<style>
span { border-color: #00C036; }
span { border-color: rgb(0,192,54); }
td.TdClassName
{
border-color: #00C036;
}
.TagClassName
{
border-color: #00C036;
}
</style>