Shades of Dark Pastel Green #03D622
Tints of Dark Pastel Green #03D622
RGB
CMYK
RGB Variations
Color information
#03D622 (or 0x03D622) is known color: Dark Pastel Green. HEX triplet: 03, D6 and 22. RGB value is (3,214,34). Sum of RGB (Red+Green+Blue) = 3+214+34=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 214 (83.98% from 255 or 85.26% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 214 - color contains mainly: green. Hex color #03D622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D622 is #FC29DD. Grayscale: #828282. Windows color (decimal): -16525790 or 2283011. OLE color: 2283011.
HSL color Cylindrical-coordinate representation of color #03D622: hue angle of 128.82º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D622 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 34 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.16 |
| HSL | 128.82º | 0.97% | 0.43% | - |
| HSV(B) | 128.82º | 0.99% | 0.84% | - |
| XYZ | 24.37 | 48.23 | 9.54 | - |
| YUV | 130.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 34 | 0.99 | 0 | 0.84 | 0.16 | 128.82 | 0.97 | 0.43 |
| Hex | 3 | D6 | 22 | 63 | 0 | 54 | 10 | 81 | 61 | 2B |
| Octal | 3 | 326 | 42 | 143 | 0 | 124 | 20 | 201 | 141 | 53 |
| Binary | 11 | 11010110 | 100010 | 1100011 | 0 | 1010100 | 10000 | 10000001 | 1100001 | 101011 |
Color Harmonies of #03D622
Complementary color
Monochromatic Colors of #03D622
Black with #03D622
Text Example
Text Example
White with #03D622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D622; }
p { color: rgb(3,214,34); }
H1.HeaderClassName
{
color: #03D622;
}
.AnyTagClassName
{
color: #03D622;
}
</style>
background-color css
<style>
a { background-color: #03D622; }
a { background-color: rgb(3,214,34); }
div.DivClassName
{
background-color: #03D622;
}
.BgClassName
{
background-color: #03D622;
}
</style>
border-color css
<style>
span { border-color: #03D622; }
span { border-color: rgb(3,214,34); }
td.TdClassName
{
border-color: #03D622;
}
.TagClassName
{
border-color: #03D622;
}
</style>