Shades of Jade #03C372
Tints of Jade #03C372
RGB
CMYK
RGB Variations
Color information
#03C372 (or 0x03C372) is known color: Jade. HEX triplet: 03, C3 and 72. RGB value is (3,195,114). Sum of RGB (Red+Green+Blue) = 3+195+114=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #03C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C372 is #FC3C8D. Grayscale: #808080. Windows color (decimal): -16530574 or 7521027. OLE color: 7521027.
HSL color Cylindrical-coordinate representation of color #03C372: hue angle of 154.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C372 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 114 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.24 |
| HSL | 154.69º | 0.97% | 0.39% | - |
| HSV(B) | 154.69º | 0.98% | 0.76% | - |
| XYZ | 22.59 | 40.26 | 22.5 | - |
| YUV | 128.36 | 119.89 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 114 | 0.98 | 0 | 0.42 | 0.24 | 154.69 | 0.97 | 0.39 |
| Hex | 3 | C3 | 72 | 62 | 0 | 2A | 18 | 9B | 61 | 27 |
| Octal | 3 | 303 | 162 | 142 | 0 | 52 | 30 | 233 | 141 | 47 |
| Binary | 11 | 11000011 | 1110010 | 1100010 | 0 | 101010 | 11000 | 10011011 | 1100001 | 100111 |
Color Harmonies of #03C372
Complementary color
Monochromatic Colors of #03C372
Black with #03C372
Text Example
Text Example
White with #03C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C372; }
p { color: rgb(3,195,114); }
H1.HeaderClassName
{
color: #03C372;
}
.AnyTagClassName
{
color: #03C372;
}
</style>
background-color css
<style>
a { background-color: #03C372; }
a { background-color: rgb(3,195,114); }
div.DivClassName
{
background-color: #03C372;
}
.BgClassName
{
background-color: #03C372;
}
</style>
border-color css
<style>
span { border-color: #03C372; }
span { border-color: rgb(3,195,114); }
td.TdClassName
{
border-color: #03C372;
}
.TagClassName
{
border-color: #03C372;
}
</style>