Shades of Dark Pastel Green #03D21B
Tints of Dark Pastel Green #03D21B
RGB
CMYK
RGB Variations
Color information
#03D21B (or 0x03D21B) is known color: Dark Pastel Green. HEX triplet: 03, D2 and 1B. RGB value is (3,210,27). Sum of RGB (Red+Green+Blue) = 3+210+27=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 210 (82.42% from 255 or 87.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 210 - color contains mainly: green. Hex color #03D21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D21B is #FC2DE4. Grayscale: #7F7F7F. Windows color (decimal): -16526821 or 1823235. OLE color: 1823235.
HSL color Cylindrical-coordinate representation of color #03D21B: hue angle of 126.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D21B is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 27 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.18 |
| HSL | 126.96º | 0.97% | 0.42% | - |
| HSV(B) | 126.96º | 0.99% | 0.82% | - |
| XYZ | 23.28 | 46.19 | 8.73 | - |
| YUV | 127.25 | 71.42 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 27 | 0.99 | 0 | 0.87 | 0.18 | 126.96 | 0.97 | 0.42 |
| Hex | 3 | D2 | 1B | 63 | 0 | 57 | 12 | 7F | 61 | 2A |
| Octal | 3 | 322 | 33 | 143 | 0 | 127 | 22 | 177 | 141 | 52 |
| Binary | 11 | 11010010 | 11011 | 1100011 | 0 | 1010111 | 10010 | 1111111 | 1100001 | 101010 |
Color Harmonies of #03D21B
Complementary color
Monochromatic Colors of #03D21B
Black with #03D21B
Text Example
Text Example
White with #03D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D21B; }
p { color: rgb(3,210,27); }
H1.HeaderClassName
{
color: #03D21B;
}
.AnyTagClassName
{
color: #03D21B;
}
</style>
background-color css
<style>
a { background-color: #03D21B; }
a { background-color: rgb(3,210,27); }
div.DivClassName
{
background-color: #03D21B;
}
.BgClassName
{
background-color: #03D21B;
}
</style>
border-color css
<style>
span { border-color: #03D21B; }
span { border-color: rgb(3,210,27); }
td.TdClassName
{
border-color: #03D21B;
}
.TagClassName
{
border-color: #03D21B;
}
</style>