Shades of Jade #02B373
Tints of Jade #02B373
RGB
CMYK
RGB Variations
Color information
#02B373 (or 0x02B373) is known color: Jade. HEX triplet: 02, B3 and 73. RGB value is (2,179,115). Sum of RGB (Red+Green+Blue) = 2+179+115=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #02B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B373 is #FD4C8C. Grayscale: #767676. Windows color (decimal): -16600205 or 7582466. OLE color: 7582466.
HSL color Cylindrical-coordinate representation of color #02B373: hue angle of 158.31º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B373 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 179 | 115 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.30 |
| HSL | 158.31º | 0.98% | 0.35% | - |
| HSV(B) | 158.31º | 0.99% | 0.7% | - |
| XYZ | 19.24 | 33.49 | 21.67 | - |
| YUV | 118.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 179 | 115 | 0.99 | 0 | 0.36 | 0.30 | 158.31 | 0.98 | 0.35 |
| Hex | 2 | B3 | 73 | 63 | 0 | 24 | 1E | 9E | 62 | 23 |
| Octal | 2 | 263 | 163 | 143 | 0 | 44 | 36 | 236 | 142 | 43 |
| Binary | 10 | 10110011 | 1110011 | 1100011 | 0 | 100100 | 11110 | 10011110 | 1100010 | 100011 |
Color Harmonies of #02B373
Complementary color
Monochromatic Colors of #02B373
Black with #02B373
Text Example
Text Example
White with #02B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B373; }
p { color: rgb(2,179,115); }
H1.HeaderClassName
{
color: #02B373;
}
.AnyTagClassName
{
color: #02B373;
}
</style>
background-color css
<style>
a { background-color: #02B373; }
a { background-color: rgb(2,179,115); }
div.DivClassName
{
background-color: #02B373;
}
.BgClassName
{
background-color: #02B373;
}
</style>
border-color css
<style>
span { border-color: #02B373; }
span { border-color: rgb(2,179,115); }
td.TdClassName
{
border-color: #02B373;
}
.TagClassName
{
border-color: #02B373;
}
</style>