Shades of Dark Pastel Green #03C334
Tints of Dark Pastel Green #03C334
RGB
CMYK
RGB Variations
Color information
#03C334 (or 0x03C334) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 34. RGB value is (3,195,52). Sum of RGB (Red+Green+Blue) = 3+195+52=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #03C334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C334 is #FC3CCB. Grayscale: #797979. Windows color (decimal): -16530636 or 3457795. OLE color: 3457795.
HSL color Cylindrical-coordinate representation of color #03C334: hue angle of 135.31º 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 #03C334 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 52 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.24 |
| HSL | 135.31º | 0.97% | 0.39% | - |
| HSV(B) | 135.31º | 0.98% | 0.76% | - |
| XYZ | 20.17 | 39.3 | 9.77 | - |
| YUV | 121.29 | 88.89 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 52 | 0.98 | 0 | 0.73 | 0.24 | 135.31 | 0.97 | 0.39 |
| Hex | 3 | C3 | 34 | 62 | 0 | 49 | 18 | 87 | 61 | 27 |
| Octal | 3 | 303 | 64 | 142 | 0 | 111 | 30 | 207 | 141 | 47 |
| Binary | 11 | 11000011 | 110100 | 1100010 | 0 | 1001001 | 11000 | 10000111 | 1100001 | 100111 |
Color Harmonies of #03C334
Complementary color
Monochromatic Colors of #03C334
Black with #03C334
Text Example
Text Example
White with #03C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C334; }
p { color: rgb(3,195,52); }
H1.HeaderClassName
{
color: #03C334;
}
.AnyTagClassName
{
color: #03C334;
}
</style>
background-color css
<style>
a { background-color: #03C334; }
a { background-color: rgb(3,195,52); }
div.DivClassName
{
background-color: #03C334;
}
.BgClassName
{
background-color: #03C334;
}
</style>
border-color css
<style>
span { border-color: #03C334; }
span { border-color: rgb(3,195,52); }
td.TdClassName
{
border-color: #03C334;
}
.TagClassName
{
border-color: #03C334;
}
</style>