Shades of Dark Pastel Green #03B12D
Tints of Dark Pastel Green #03B12D
RGB
CMYK
RGB Variations
Color information
#03B12D (or 0x03B12D) is known color: Dark Pastel Green. HEX triplet: 03, B1 and 2D. RGB value is (3,177,45). Sum of RGB (Red+Green+Blue) = 3+177+45=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 177 (69.53% from 255 or 78.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 177 - color contains mainly: green. Hex color #03B12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B12D is #FC4ED2. Grayscale: #6E6E6E. Windows color (decimal): -16535251 or 2994435. OLE color: 2994435.
HSL color Cylindrical-coordinate representation of color #03B12D: hue angle of 134.48º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B12D is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 177 | 45 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.31 |
| HSL | 134.48º | 0.97% | 0.35% | - |
| HSV(B) | 134.48º | 0.98% | 0.69% | - |
| XYZ | 16.23 | 31.65 | 7.74 | - |
| YUV | 109.93 | 91.35 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 177 | 45 | 0.98 | 0 | 0.75 | 0.31 | 134.48 | 0.97 | 0.35 |
| Hex | 3 | B1 | 2D | 62 | 0 | 4B | 1F | 86 | 61 | 23 |
| Octal | 3 | 261 | 55 | 142 | 0 | 113 | 37 | 206 | 141 | 43 |
| Binary | 11 | 10110001 | 101101 | 1100010 | 0 | 1001011 | 11111 | 10000110 | 1100001 | 100011 |
Color Harmonies of #03B12D
Complementary color
Monochromatic Colors of #03B12D
Black with #03B12D
Text Example
Text Example
White with #03B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B12D; }
p { color: rgb(3,177,45); }
H1.HeaderClassName
{
color: #03B12D;
}
.AnyTagClassName
{
color: #03B12D;
}
</style>
background-color css
<style>
a { background-color: #03B12D; }
a { background-color: rgb(3,177,45); }
div.DivClassName
{
background-color: #03B12D;
}
.BgClassName
{
background-color: #03B12D;
}
</style>
border-color css
<style>
span { border-color: #03B12D; }
span { border-color: rgb(3,177,45); }
td.TdClassName
{
border-color: #03B12D;
}
.TagClassName
{
border-color: #03B12D;
}
</style>