Shades of Dark Pastel Green #03B13F
Tints of Dark Pastel Green #03B13F
RGB
CMYK
RGB Variations
Color information
#03B13F (or 0x03B13F) is known color: Dark Pastel Green. HEX triplet: 03, B1 and 3F. RGB value is (3,177,63). Sum of RGB (Red+Green+Blue) = 3+177+63=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #03B13F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B13F is #FC4EC0. Grayscale: #707070. Windows color (decimal): -16535233 or 4174083. OLE color: 4174083.
HSL color Cylindrical-coordinate representation of color #03B13F: hue angle of 140.69º 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 #03B13F is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 177 | 63 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.31 |
| HSL | 140.69º | 0.97% | 0.35% | - |
| HSV(B) | 140.69º | 0.98% | 0.69% | - |
| XYZ | 16.66 | 31.82 | 9.97 | - |
| YUV | 111.98 | 100.35 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 177 | 63 | 0.98 | 0 | 0.64 | 0.31 | 140.69 | 0.97 | 0.35 |
| Hex | 3 | B1 | 3F | 62 | 0 | 40 | 1F | 8D | 61 | 23 |
| Octal | 3 | 261 | 77 | 142 | 0 | 100 | 37 | 215 | 141 | 43 |
| Binary | 11 | 10110001 | 111111 | 1100010 | 0 | 1000000 | 11111 | 10001101 | 1100001 | 100011 |
Color Harmonies of #03B13F
Complementary color
Monochromatic Colors of #03B13F
Black with #03B13F
Text Example
Text Example
White with #03B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B13F; }
p { color: rgb(3,177,63); }
H1.HeaderClassName
{
color: #03B13F;
}
.AnyTagClassName
{
color: #03B13F;
}
</style>
background-color css
<style>
a { background-color: #03B13F; }
a { background-color: rgb(3,177,63); }
div.DivClassName
{
background-color: #03B13F;
}
.BgClassName
{
background-color: #03B13F;
}
</style>
border-color css
<style>
span { border-color: #03B13F; }
span { border-color: rgb(3,177,63); }
td.TdClassName
{
border-color: #03B13F;
}
.TagClassName
{
border-color: #03B13F;
}
</style>