Shades of Dark Pastel Green #03B63C
Tints of Dark Pastel Green #03B63C
RGB
CMYK
RGB Variations
Color information
#03B63C (or 0x03B63C) is known color: Dark Pastel Green. HEX triplet: 03, B6 and 3C. RGB value is (3,182,60). Sum of RGB (Red+Green+Blue) = 3+182+60=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 182 (71.48% from 255 or 74.29% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 182 - color contains mainly: green. Hex color #03B63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B63C is #FC49C3. Grayscale: #727272. Windows color (decimal): -16533956 or 3978755. OLE color: 3978755.
HSL color Cylindrical-coordinate representation of color #03B63C: hue angle of 139.11º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B63C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 182 | 60 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.29 |
| HSL | 139.11º | 0.97% | 0.36% | - |
| HSV(B) | 139.11º | 0.98% | 0.71% | - |
| XYZ | 17.58 | 33.8 | 9.87 | - |
| YUV | 114.57 | 97.2 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 182 | 60 | 0.98 | 0 | 0.67 | 0.29 | 139.11 | 0.97 | 0.36 |
| Hex | 3 | B6 | 3C | 62 | 0 | 43 | 1D | 8B | 61 | 24 |
| Octal | 3 | 266 | 74 | 142 | 0 | 103 | 35 | 213 | 141 | 44 |
| Binary | 11 | 10110110 | 111100 | 1100010 | 0 | 1000011 | 11101 | 10001011 | 1100001 | 100100 |
Color Harmonies of #03B63C
Complementary color
Monochromatic Colors of #03B63C
Black with #03B63C
Text Example
Text Example
White with #03B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B63C; }
p { color: rgb(3,182,60); }
H1.HeaderClassName
{
color: #03B63C;
}
.AnyTagClassName
{
color: #03B63C;
}
</style>
background-color css
<style>
a { background-color: #03B63C; }
a { background-color: rgb(3,182,60); }
div.DivClassName
{
background-color: #03B63C;
}
.BgClassName
{
background-color: #03B63C;
}
</style>
border-color css
<style>
span { border-color: #03B63C; }
span { border-color: rgb(3,182,60); }
td.TdClassName
{
border-color: #03B63C;
}
.TagClassName
{
border-color: #03B63C;
}
</style>