Shades of Jade #02B972
Tints of Jade #02B972
RGB
CMYK
RGB Variations
Color information
#02B972 (or 0x02B972) is known color: Jade. HEX triplet: 02, B9 and 72. RGB value is (2,185,114). Sum of RGB (Red+Green+Blue) = 2+185+114=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #02B972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B972 is #FD468D. Grayscale: #7A7A7A. Windows color (decimal): -16598670 or 7518466. OLE color: 7518466.
HSL color Cylindrical-coordinate representation of color #02B972: hue angle of 156.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B972 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 114 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.27 |
| HSL | 156.72º | 0.98% | 0.37% | - |
| HSV(B) | 156.72º | 0.99% | 0.73% | - |
| XYZ | 20.41 | 35.93 | 21.78 | - |
| YUV | 122.19 | 123.37 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 114 | 0.99 | 0 | 0.38 | 0.27 | 156.72 | 0.98 | 0.37 |
| Hex | 2 | B9 | 72 | 63 | 0 | 26 | 1B | 9D | 62 | 25 |
| Octal | 2 | 271 | 162 | 143 | 0 | 46 | 33 | 235 | 142 | 45 |
| Binary | 10 | 10111001 | 1110010 | 1100011 | 0 | 100110 | 11011 | 10011101 | 1100010 | 100101 |
Color Harmonies of #02B972
Complementary color
Monochromatic Colors of #02B972
Black with #02B972
Text Example
Text Example
White with #02B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B972; }
p { color: rgb(2,185,114); }
H1.HeaderClassName
{
color: #02B972;
}
.AnyTagClassName
{
color: #02B972;
}
</style>
background-color css
<style>
a { background-color: #02B972; }
a { background-color: rgb(2,185,114); }
div.DivClassName
{
background-color: #02B972;
}
.BgClassName
{
background-color: #02B972;
}
</style>
border-color css
<style>
span { border-color: #02B972; }
span { border-color: rgb(2,185,114); }
td.TdClassName
{
border-color: #02B972;
}
.TagClassName
{
border-color: #02B972;
}
</style>