Shades of Dark Pastel Green #03BD29
Tints of Dark Pastel Green #03BD29
RGB
CMYK
RGB Variations
Color information
#03BD29 (or 0x03BD29) is known color: Dark Pastel Green. HEX triplet: 03, BD and 29. RGB value is (3,189,41). Sum of RGB (Red+Green+Blue) = 3+189+41=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD29 is #FC42D6. Grayscale: #747474. Windows color (decimal): -16532183 or 2735363. OLE color: 2735363.
HSL color Cylindrical-coordinate representation of color #03BD29: hue angle of 132.26º 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 #03BD29 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 41 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.26 |
| HSL | 132.26º | 0.97% | 0.38% | - |
| HSV(B) | 132.26º | 0.98% | 0.74% | - |
| XYZ | 18.64 | 36.57 | 8.18 | - |
| YUV | 116.51 | 85.38 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 41 | 0.98 | 0 | 0.78 | 0.26 | 132.26 | 0.97 | 0.38 |
| Hex | 3 | BD | 29 | 62 | 0 | 4E | 1A | 84 | 61 | 26 |
| Octal | 3 | 275 | 51 | 142 | 0 | 116 | 32 | 204 | 141 | 46 |
| Binary | 11 | 10111101 | 101001 | 1100010 | 0 | 1001110 | 11010 | 10000100 | 1100001 | 100110 |
Color Harmonies of #03BD29
Complementary color
Monochromatic Colors of #03BD29
Black with #03BD29
Text Example
Text Example
White with #03BD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD29; }
p { color: rgb(3,189,41); }
H1.HeaderClassName
{
color: #03BD29;
}
.AnyTagClassName
{
color: #03BD29;
}
</style>
background-color css
<style>
a { background-color: #03BD29; }
a { background-color: rgb(3,189,41); }
div.DivClassName
{
background-color: #03BD29;
}
.BgClassName
{
background-color: #03BD29;
}
</style>
border-color css
<style>
span { border-color: #03BD29; }
span { border-color: rgb(3,189,41); }
td.TdClassName
{
border-color: #03BD29;
}
.TagClassName
{
border-color: #03BD29;
}
</style>