Shades of Dark Pastel Green #03C323
Tints of Dark Pastel Green #03C323
RGB
CMYK
RGB Variations
Color information
#03C323 (or 0x03C323) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 23. RGB value is (3,195,35). Sum of RGB (Red+Green+Blue) = 3+195+35=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #03C323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C323 is #FC3CDC. Grayscale: #777777. Windows color (decimal): -16530653 or 2343683. OLE color: 2343683.
HSL color Cylindrical-coordinate representation of color #03C323: hue angle of 130º 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 #03C323 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 35 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.24 |
| HSL | 130º | 0.97% | 0.39% | - |
| HSV(B) | 130º | 0.98% | 0.76% | - |
| XYZ | 19.86 | 39.17 | 8.1 | - |
| YUV | 119.35 | 80.39 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 35 | 0.98 | 0 | 0.82 | 0.24 | 130 | 0.97 | 0.39 |
| Hex | 3 | C3 | 23 | 62 | 0 | 52 | 18 | 82 | 61 | 27 |
| Octal | 3 | 303 | 43 | 142 | 0 | 122 | 30 | 202 | 141 | 47 |
| Binary | 11 | 11000011 | 100011 | 1100010 | 0 | 1010010 | 11000 | 10000010 | 1100001 | 100111 |
Color Harmonies of #03C323
Complementary color
Monochromatic Colors of #03C323
Black with #03C323
Text Example
Text Example
White with #03C323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C323; }
p { color: rgb(3,195,35); }
H1.HeaderClassName
{
color: #03C323;
}
.AnyTagClassName
{
color: #03C323;
}
</style>
background-color css
<style>
a { background-color: #03C323; }
a { background-color: rgb(3,195,35); }
div.DivClassName
{
background-color: #03C323;
}
.BgClassName
{
background-color: #03C323;
}
</style>
border-color css
<style>
span { border-color: #03C323; }
span { border-color: rgb(3,195,35); }
td.TdClassName
{
border-color: #03C323;
}
.TagClassName
{
border-color: #03C323;
}
</style>