Shades of Dark Pastel Green #03BD3A
Tints of Dark Pastel Green #03BD3A
RGB
CMYK
RGB Variations
Color information
#03BD3A (or 0x03BD3A) is known color: Dark Pastel Green. HEX triplet: 03, BD and 3A. RGB value is (3,189,58). Sum of RGB (Red+Green+Blue) = 3+189+58=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 189 (74.22% from 255 or 75.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD3A is #FC42C5. Grayscale: #767676. Windows color (decimal): -16532166 or 3849475. OLE color: 3849475.
HSL color Cylindrical-coordinate representation of color #03BD3A: hue angle of 137.74º 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 #03BD3A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 58 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.26 |
| HSL | 137.74º | 0.97% | 0.38% | - |
| HSV(B) | 137.74º | 0.98% | 0.74% | - |
| XYZ | 19 | 36.72 | 10.09 | - |
| YUV | 118.45 | 93.88 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 58 | 0.98 | 0 | 0.69 | 0.26 | 137.74 | 0.97 | 0.38 |
| Hex | 3 | BD | 3A | 62 | 0 | 45 | 1A | 8A | 61 | 26 |
| Octal | 3 | 275 | 72 | 142 | 0 | 105 | 32 | 212 | 141 | 46 |
| Binary | 11 | 10111101 | 111010 | 1100010 | 0 | 1000101 | 11010 | 10001010 | 1100001 | 100110 |
Color Harmonies of #03BD3A
Complementary color
Monochromatic Colors of #03BD3A
Black with #03BD3A
Text Example
Text Example
White with #03BD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD3A; }
p { color: rgb(3,189,58); }
H1.HeaderClassName
{
color: #03BD3A;
}
.AnyTagClassName
{
color: #03BD3A;
}
</style>
background-color css
<style>
a { background-color: #03BD3A; }
a { background-color: rgb(3,189,58); }
div.DivClassName
{
background-color: #03BD3A;
}
.BgClassName
{
background-color: #03BD3A;
}
</style>
border-color css
<style>
span { border-color: #03BD3A; }
span { border-color: rgb(3,189,58); }
td.TdClassName
{
border-color: #03BD3A;
}
.TagClassName
{
border-color: #03BD3A;
}
</style>