Shades of Jade #02B172
Tints of Jade #02B172
RGB
CMYK
RGB Variations
Color information
#02B172 (or 0x02B172) is known color: Jade. HEX triplet: 02, B1 and 72. RGB value is (2,177,114). Sum of RGB (Red+Green+Blue) = 2+177+114=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #02B172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B172 is #FD4E8D. Grayscale: #757575. Windows color (decimal): -16600718 or 7516418. OLE color: 7516418.
HSL color Cylindrical-coordinate representation of color #02B172: hue angle of 158.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B172 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 114 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.31 |
| HSL | 158.4º | 0.98% | 0.35% | - |
| HSV(B) | 158.4º | 0.99% | 0.69% | - |
| XYZ | 18.78 | 32.67 | 21.24 | - |
| YUV | 117.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 114 | 0.99 | 0 | 0.36 | 0.31 | 158.4 | 0.98 | 0.35 |
| Hex | 2 | B1 | 72 | 63 | 0 | 24 | 1F | 9E | 62 | 23 |
| Octal | 2 | 261 | 162 | 143 | 0 | 44 | 37 | 236 | 142 | 43 |
| Binary | 10 | 10110001 | 1110010 | 1100011 | 0 | 100100 | 11111 | 10011110 | 1100010 | 100011 |
Color Harmonies of #02B172
Complementary color
Monochromatic Colors of #02B172
Black with #02B172
Text Example
Text Example
White with #02B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B172; }
p { color: rgb(2,177,114); }
H1.HeaderClassName
{
color: #02B172;
}
.AnyTagClassName
{
color: #02B172;
}
</style>
background-color css
<style>
a { background-color: #02B172; }
a { background-color: rgb(2,177,114); }
div.DivClassName
{
background-color: #02B172;
}
.BgClassName
{
background-color: #02B172;
}
</style>
border-color css
<style>
span { border-color: #02B172; }
span { border-color: rgb(2,177,114); }
td.TdClassName
{
border-color: #02B172;
}
.TagClassName
{
border-color: #02B172;
}
</style>