Shades of Jade #03B370
Tints of Jade #03B370
RGB
CMYK
RGB Variations
Color information
#03B370 (or 0x03B370) is known color: Jade. HEX triplet: 03, B3 and 70. RGB value is (3,179,112). Sum of RGB (Red+Green+Blue) = 3+179+112=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #03B370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B370 is #FC4C8F. Grayscale: #767676. Windows color (decimal): -16534672 or 7385859. OLE color: 7385859.
HSL color Cylindrical-coordinate representation of color #03B370: hue angle of 157.16º 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 #03B370 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 179 | 112 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.30 |
| HSL | 157.16º | 0.97% | 0.36% | - |
| HSV(B) | 157.16º | 0.98% | 0.7% | - |
| XYZ | 19.08 | 33.43 | 20.78 | - |
| YUV | 118.74 | 124.19 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 112 | 0.98 | 0 | 0.37 | 0.30 | 157.16 | 0.97 | 0.36 |
| Hex | 3 | B3 | 70 | 62 | 0 | 25 | 1E | 9D | 61 | 24 |
| Octal | 3 | 263 | 160 | 142 | 0 | 45 | 36 | 235 | 141 | 44 |
| Binary | 11 | 10110011 | 1110000 | 1100010 | 0 | 100101 | 11110 | 10011101 | 1100001 | 100100 |
Color Harmonies of #03B370
Complementary color
Monochromatic Colors of #03B370
Black with #03B370
Text Example
Text Example
White with #03B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B370; }
p { color: rgb(3,179,112); }
H1.HeaderClassName
{
color: #03B370;
}
.AnyTagClassName
{
color: #03B370;
}
</style>
background-color css
<style>
a { background-color: #03B370; }
a { background-color: rgb(3,179,112); }
div.DivClassName
{
background-color: #03B370;
}
.BgClassName
{
background-color: #03B370;
}
</style>
border-color css
<style>
span { border-color: #03B370; }
span { border-color: rgb(3,179,112); }
td.TdClassName
{
border-color: #03B370;
}
.TagClassName
{
border-color: #03B370;
}
</style>