Shades of Jade #02B065
Tints of Jade #02B065
RGB
CMYK
RGB Variations
Color information
#02B065 (or 0x02B065) is known color: Jade. HEX triplet: 02, B0 and 65. RGB value is (2,176,101). Sum of RGB (Red+Green+Blue) = 2+176+101=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #02B065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B065 is #FD4F9A. Grayscale: #737373. Windows color (decimal): -16600987 or 6664194. OLE color: 6664194.
HSL color Cylindrical-coordinate representation of color #02B065: hue angle of 154.14º 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 #02B065 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 176 | 101 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.31 |
| HSL | 154.14º | 0.98% | 0.35% | - |
| HSV(B) | 154.14º | 0.99% | 0.69% | - |
| XYZ | 17.9 | 32 | 17.55 | - |
| YUV | 115.42 | 119.85 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 176 | 101 | 0.99 | 0 | 0.43 | 0.31 | 154.14 | 0.98 | 0.35 |
| Hex | 2 | B0 | 65 | 63 | 0 | 2B | 1F | 9A | 62 | 23 |
| Octal | 2 | 260 | 145 | 143 | 0 | 53 | 37 | 232 | 142 | 43 |
| Binary | 10 | 10110000 | 1100101 | 1100011 | 0 | 101011 | 11111 | 10011010 | 1100010 | 100011 |
Color Harmonies of #02B065
Complementary color
Monochromatic Colors of #02B065
Black with #02B065
Text Example
Text Example
White with #02B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B065; }
p { color: rgb(2,176,101); }
H1.HeaderClassName
{
color: #02B065;
}
.AnyTagClassName
{
color: #02B065;
}
</style>
background-color css
<style>
a { background-color: #02B065; }
a { background-color: rgb(2,176,101); }
div.DivClassName
{
background-color: #02B065;
}
.BgClassName
{
background-color: #02B065;
}
</style>
border-color css
<style>
span { border-color: #02B065; }
span { border-color: rgb(2,176,101); }
td.TdClassName
{
border-color: #02B065;
}
.TagClassName
{
border-color: #02B065;
}
</style>