Shades of Jade #02B37C
Tints of Jade #02B37C
RGB
CMYK
RGB Variations
Color information
#02B37C (or 0x02B37C) is known color: Jade. HEX triplet: 02, B3 and 7C. RGB value is (2,179,124). Sum of RGB (Red+Green+Blue) = 2+179+124=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #02B37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B37C is #FD4C83. Grayscale: #777777. Windows color (decimal): -16600196 or 8172290. OLE color: 8172290.
HSL color Cylindrical-coordinate representation of color #02B37C: hue angle of 161.36º 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 #02B37C is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 179 | 124 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.30 |
| HSL | 161.36º | 0.98% | 0.35% | - |
| HSV(B) | 161.36º | 0.99% | 0.7% | - |
| XYZ | 19.78 | 33.71 | 24.53 | - |
| YUV | 119.81 | 130.36 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 179 | 124 | 0.99 | 0 | 0.31 | 0.30 | 161.36 | 0.98 | 0.35 |
| Hex | 2 | B3 | 7C | 63 | 0 | 1F | 1E | A1 | 62 | 23 |
| Octal | 2 | 263 | 174 | 143 | 0 | 37 | 36 | 241 | 142 | 43 |
| Binary | 10 | 10110011 | 1111100 | 1100011 | 0 | 11111 | 11110 | 10100001 | 1100010 | 100011 |
Color Harmonies of #02B37C
Complementary color
Monochromatic Colors of #02B37C
Black with #02B37C
Text Example
Text Example
White with #02B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B37C; }
p { color: rgb(2,179,124); }
H1.HeaderClassName
{
color: #02B37C;
}
.AnyTagClassName
{
color: #02B37C;
}
</style>
background-color css
<style>
a { background-color: #02B37C; }
a { background-color: rgb(2,179,124); }
div.DivClassName
{
background-color: #02B37C;
}
.BgClassName
{
background-color: #02B37C;
}
</style>
border-color css
<style>
span { border-color: #02B37C; }
span { border-color: rgb(2,179,124); }
td.TdClassName
{
border-color: #02B37C;
}
.TagClassName
{
border-color: #02B37C;
}
</style>