Shades of Dark Pastel Green #03BD21
Tints of Dark Pastel Green #03BD21
RGB
CMYK
RGB Variations
Color information
#03BD21 (or 0x03BD21) is known color: Dark Pastel Green. HEX triplet: 03, BD and 21. RGB value is (3,189,33). Sum of RGB (Red+Green+Blue) = 3+189+33=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 189 (74.22% from 255 or 84% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD21 is #FC42DE. Grayscale: #747474. Windows color (decimal): -16532191 or 2211075. OLE color: 2211075.
HSL color Cylindrical-coordinate representation of color #03BD21: hue angle of 129.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD21 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 33 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.26 |
| HSL | 129.68º | 0.97% | 0.38% | - |
| HSV(B) | 129.68º | 0.98% | 0.74% | - |
| XYZ | 18.51 | 36.52 | 7.51 | - |
| YUV | 115.6 | 81.38 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 33 | 0.98 | 0 | 0.83 | 0.26 | 129.68 | 0.97 | 0.38 |
| Hex | 3 | BD | 21 | 62 | 0 | 53 | 1A | 82 | 61 | 26 |
| Octal | 3 | 275 | 41 | 142 | 0 | 123 | 32 | 202 | 141 | 46 |
| Binary | 11 | 10111101 | 100001 | 1100010 | 0 | 1010011 | 11010 | 10000010 | 1100001 | 100110 |
Color Harmonies of #03BD21
Complementary color
Monochromatic Colors of #03BD21
Black with #03BD21
Text Example
Text Example
White with #03BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD21; }
p { color: rgb(3,189,33); }
H1.HeaderClassName
{
color: #03BD21;
}
.AnyTagClassName
{
color: #03BD21;
}
</style>
background-color css
<style>
a { background-color: #03BD21; }
a { background-color: rgb(3,189,33); }
div.DivClassName
{
background-color: #03BD21;
}
.BgClassName
{
background-color: #03BD21;
}
</style>
border-color css
<style>
span { border-color: #03BD21; }
span { border-color: rgb(3,189,33); }
td.TdClassName
{
border-color: #03BD21;
}
.TagClassName
{
border-color: #03BD21;
}
</style>