#02B471

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

Shades of Jade #02B471

Tints of Jade #02B471

Color information

#02B471 (or 0x02B471) is unknown color: approx Jade. HEX triplet: 02, B4 and 71. RGB value is (2,180,113). Sum of RGB (Red+Green+Blue) = 2+180+113=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #02B471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B471 is #FD4B8E. Grayscale: #777777. Windows color (decimal): -16599951 or 7451650. OLE color: 7451650.

HSL color Cylindrical-coordinate representation of color #02B471: hue angle of 157.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B471 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB2180113-
CMYK0.9900.370.29
HSL157.42º97.8%35.69%-
HSV(B)157.42º98.89%70.59%-
XYZ19.3333.8521.14-
YUV119.14124.5344.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=0.68%
G=61.02%
B=38.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801130.9900.370.29157.4297.835.69
Hex2B471630251D9d6224
Octal22641611430453523514244
Binary101011010011100011100011010010111101100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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