Shades of Dark Pastel Green #03BD3C
Tints of Dark Pastel Green #03BD3C
RGB
CMYK
RGB Variations
Color information
#03BD3C (or 0x03BD3C) is known color: Dark Pastel Green. HEX triplet: 03, BD and 3C. RGB value is (3,189,60). Sum of RGB (Red+Green+Blue) = 3+189+60=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD3C is #FC42C3. Grayscale: #777777. Windows color (decimal): -16532164 or 3980547. OLE color: 3980547.
HSL color Cylindrical-coordinate representation of color #03BD3C: hue angle of 138.39º 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 #03BD3C is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 60 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.26 |
| HSL | 138.39º | 0.97% | 0.38% | - |
| HSV(B) | 138.39º | 0.98% | 0.74% | - |
| XYZ | 19.05 | 36.74 | 10.36 | - |
| YUV | 118.68 | 94.88 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 60 | 0.98 | 0 | 0.68 | 0.26 | 138.39 | 0.97 | 0.38 |
| Hex | 3 | BD | 3C | 62 | 0 | 44 | 1A | 8A | 61 | 26 |
| Octal | 3 | 275 | 74 | 142 | 0 | 104 | 32 | 212 | 141 | 46 |
| Binary | 11 | 10111101 | 111100 | 1100010 | 0 | 1000100 | 11010 | 10001010 | 1100001 | 100110 |
Color Harmonies of #03BD3C
Complementary color
Monochromatic Colors of #03BD3C
Black with #03BD3C
Text Example
Text Example
White with #03BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD3C; }
p { color: rgb(3,189,60); }
H1.HeaderClassName
{
color: #03BD3C;
}
.AnyTagClassName
{
color: #03BD3C;
}
</style>
background-color css
<style>
a { background-color: #03BD3C; }
a { background-color: rgb(3,189,60); }
div.DivClassName
{
background-color: #03BD3C;
}
.BgClassName
{
background-color: #03BD3C;
}
</style>
border-color css
<style>
span { border-color: #03BD3C; }
span { border-color: rgb(3,189,60); }
td.TdClassName
{
border-color: #03BD3C;
}
.TagClassName
{
border-color: #03BD3C;
}
</style>