Shades of Dark Pastel Green #00C03B
Tints of Dark Pastel Green #00C03B
RGB
CMYK
RGB Variations
Color information
#00C03B (or 0x00C03B) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 3B. RGB value is (0,192,59). Sum of RGB (Red+Green+Blue) = 0+192+59=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 192 (75.39% from 255 or 76.49% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 192 - color contains mainly: green. Hex color #00C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C03B is #FF3FC4. Grayscale: #777777. Windows color (decimal): -16728005 or 3915776. OLE color: 3915776.
HSL color Cylindrical-coordinate representation of color #00C03B: hue angle of 138.44º 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 #00C03B is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 59 | - |
| CMYK | 1 | 0 | 0.69 | 0.25 |
| HSL | 138.44º | 1% | 0.38% | - |
| HSV(B) | 138.44º | 1% | 0.75% | - |
| XYZ | 19.64 | 38.02 | 10.44 | - |
| YUV | 119.43 | 93.89 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 59 | 1 | 0 | 0.69 | 0.25 | 138.44 | 1 | 0.38 |
| Hex | 0 | C0 | 3B | 64 | 0 | 45 | 19 | 8A | 64 | 26 |
| Octal | 0 | 300 | 73 | 144 | 0 | 105 | 31 | 212 | 144 | 46 |
| Binary | 0 | 11000000 | 111011 | 1100100 | 0 | 1000101 | 11001 | 10001010 | 1100100 | 100110 |
Color Harmonies of #00C03B
Complementary color
Monochromatic Colors of #00C03B
Black with #00C03B
Text Example
Text Example
White with #00C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C03B; }
p { color: rgb(0,192,59); }
H1.HeaderClassName
{
color: #00C03B;
}
.AnyTagClassName
{
color: #00C03B;
}
</style>
background-color css
<style>
a { background-color: #00C03B; }
a { background-color: rgb(0,192,59); }
div.DivClassName
{
background-color: #00C03B;
}
.BgClassName
{
background-color: #00C03B;
}
</style>
border-color css
<style>
span { border-color: #00C03B; }
span { border-color: rgb(0,192,59); }
td.TdClassName
{
border-color: #00C03B;
}
.TagClassName
{
border-color: #00C03B;
}
</style>