Shades of Jade #03B379
Tints of Jade #03B379
RGB
CMYK
RGB Variations
Color information
#03B379 (or 0x03B379) is known color: Jade. HEX triplet: 03, B3 and 79. RGB value is (3,179,121). Sum of RGB (Red+Green+Blue) = 3+179+121=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #03B379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B379 is #FC4C86. Grayscale: #777777. Windows color (decimal): -16534663 or 7975683. OLE color: 7975683.
HSL color Cylindrical-coordinate representation of color #03B379: hue angle of 160.23º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B379 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 179 | 121 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.30 |
| HSL | 160.23º | 0.97% | 0.36% | - |
| HSV(B) | 160.23º | 0.98% | 0.7% | - |
| XYZ | 19.61 | 33.64 | 23.55 | - |
| YUV | 119.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 121 | 0.98 | 0 | 0.32 | 0.30 | 160.23 | 0.97 | 0.36 |
| Hex | 3 | B3 | 79 | 62 | 0 | 20 | 1E | A0 | 61 | 24 |
| Octal | 3 | 263 | 171 | 142 | 0 | 40 | 36 | 240 | 141 | 44 |
| Binary | 11 | 10110011 | 1111001 | 1100010 | 0 | 100000 | 11110 | 10100000 | 1100001 | 100100 |
Color Harmonies of #03B379
Complementary color
Monochromatic Colors of #03B379
Black with #03B379
Text Example
Text Example
White with #03B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B379; }
p { color: rgb(3,179,121); }
H1.HeaderClassName
{
color: #03B379;
}
.AnyTagClassName
{
color: #03B379;
}
</style>
background-color css
<style>
a { background-color: #03B379; }
a { background-color: rgb(3,179,121); }
div.DivClassName
{
background-color: #03B379;
}
.BgClassName
{
background-color: #03B379;
}
</style>
border-color css
<style>
span { border-color: #03B379; }
span { border-color: rgb(3,179,121); }
td.TdClassName
{
border-color: #03B379;
}
.TagClassName
{
border-color: #03B379;
}
</style>