#02B971

Color #02B971 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #02B971

Tints of Jade #02B971

Color information

#02B971 (or 0x02B971) is unknown color: approx Jade. HEX triplet: 02, B9 and 71. RGB value is (2,185,113). Sum of RGB (Red+Green+Blue) = 2+185+113=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #02B971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B971 is #FD468E. Grayscale: #7A7A7A. Windows color (decimal): -16598671 or 7452930. OLE color: 7452930.

HSL color Cylindrical-coordinate representation of color #02B971: hue angle of 156.39º 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 #02B971 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB2185113-
CMYK0.9900.390.27
HSL156.39º97.86%36.67%-
HSV(B)156.39º98.92%72.55%-
XYZ20.3535.921.48-
YUV122.08122.8742.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 185 (72.66% from 255) = 61.67%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=0.67%
G=61.67%
B=37.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21851130.9900.390.27156.3997.8636.67
Hex2B971630271B9c6225
Octal22711611430473323414245
Binary101011100111100011100011010011111011100111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02B971; }

 p { color: rgb(2,185,113); }

 H1.HeaderClassName
 {
   color: #02B971;
 }
 .AnyTagClassName
 {
   color: #02B971;
 }
</style>
background-color css

<style>
 a { background-color: #02B971; }

 a { background-color: rgb(2,185,113); }

 div.DivClassName
 {
   background-color: #02B971;
 }
 .BgClassName
 {
   background-color: #02B971;
 }
</style>
border-color css

<style>
 span { border-color: #02B971; }

 span { border-color: rgb(2,185,113); }

 td.TdClassName
 {
   border-color: #02B971;
 }
 .TagClassName
 {
   border-color: #02B971;
 }
</style>