Shades of Dark Pastel Green #03BD1F
Tints of Dark Pastel Green #03BD1F
RGB
CMYK
RGB Variations
Color information
#03BD1F (or 0x03BD1F) is known color: Dark Pastel Green. HEX triplet: 03, BD and 1F. RGB value is (3,189,31). Sum of RGB (Red+Green+Blue) = 3+189+31=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 189 (74.22% from 255 or 84.75% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD1F is #FC42E0. Grayscale: #737373. Windows color (decimal): -16532193 or 2080003. OLE color: 2080003.
HSL color Cylindrical-coordinate representation of color #03BD1F: hue angle of 129.03º 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 #03BD1F is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 31 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.26 |
| HSL | 129.03º | 0.97% | 0.38% | - |
| HSV(B) | 129.03º | 0.98% | 0.74% | - |
| XYZ | 18.48 | 36.51 | 7.37 | - |
| YUV | 115.37 | 80.38 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 31 | 0.98 | 0 | 0.84 | 0.26 | 129.03 | 0.97 | 0.38 |
| Hex | 3 | BD | 1F | 62 | 0 | 54 | 1A | 81 | 61 | 26 |
| Octal | 3 | 275 | 37 | 142 | 0 | 124 | 32 | 201 | 141 | 46 |
| Binary | 11 | 10111101 | 11111 | 1100010 | 0 | 1010100 | 11010 | 10000001 | 1100001 | 100110 |
Color Harmonies of #03BD1F
Complementary color
Monochromatic Colors of #03BD1F
Black with #03BD1F
Text Example
Text Example
White with #03BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD1F; }
p { color: rgb(3,189,31); }
H1.HeaderClassName
{
color: #03BD1F;
}
.AnyTagClassName
{
color: #03BD1F;
}
</style>
background-color css
<style>
a { background-color: #03BD1F; }
a { background-color: rgb(3,189,31); }
div.DivClassName
{
background-color: #03BD1F;
}
.BgClassName
{
background-color: #03BD1F;
}
</style>
border-color css
<style>
span { border-color: #03BD1F; }
span { border-color: rgb(3,189,31); }
td.TdClassName
{
border-color: #03BD1F;
}
.TagClassName
{
border-color: #03BD1F;
}
</style>