Shades of Dark Pastel Green #03C32D
Tints of Dark Pastel Green #03C32D
RGB
CMYK
RGB Variations
Color information
#03C32D (or 0x03C32D) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 2D. RGB value is (3,195,45). Sum of RGB (Red+Green+Blue) = 3+195+45=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #03C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C32D is #FC3CD2. Grayscale: #787878. Windows color (decimal): -16530643 or 2999043. OLE color: 2999043.
HSL color Cylindrical-coordinate representation of color #03C32D: hue angle of 133.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C32D is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 45 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.24 |
| HSL | 133.13º | 0.97% | 0.39% | - |
| HSV(B) | 133.13º | 0.98% | 0.76% | - |
| XYZ | 20.03 | 39.24 | 9 | - |
| YUV | 120.49 | 85.39 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 45 | 0.98 | 0 | 0.77 | 0.24 | 133.13 | 0.97 | 0.39 |
| Hex | 3 | C3 | 2D | 62 | 0 | 4D | 18 | 85 | 61 | 27 |
| Octal | 3 | 303 | 55 | 142 | 0 | 115 | 30 | 205 | 141 | 47 |
| Binary | 11 | 11000011 | 101101 | 1100010 | 0 | 1001101 | 11000 | 10000101 | 1100001 | 100111 |
Color Harmonies of #03C32D
Complementary color
Monochromatic Colors of #03C32D
Black with #03C32D
Text Example
Text Example
White with #03C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C32D; }
p { color: rgb(3,195,45); }
H1.HeaderClassName
{
color: #03C32D;
}
.AnyTagClassName
{
color: #03C32D;
}
</style>
background-color css
<style>
a { background-color: #03C32D; }
a { background-color: rgb(3,195,45); }
div.DivClassName
{
background-color: #03C32D;
}
.BgClassName
{
background-color: #03C32D;
}
</style>
border-color css
<style>
span { border-color: #03C32D; }
span { border-color: rgb(3,195,45); }
td.TdClassName
{
border-color: #03C32D;
}
.TagClassName
{
border-color: #03C32D;
}
</style>