#02B47C

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

Shades of Jade #02B47C

Tints of Jade #02B47C

Color information

#02B47C (or 0x02B47C) is unknown color: approx Jade. HEX triplet: 02, B4 and 7C. RGB value is (2,180,124). Sum of RGB (Red+Green+Blue) = 2+180+124=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #02B47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B47C is #FD4B83. Grayscale: #787878. Windows color (decimal): -16599940 or 8172546. OLE color: 8172546.

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

Color convert

RGB2180124-
CMYK0.9900.310.29
HSL161.12º97.8%35.69%-
HSV(B)161.12º98.89%70.59%-
XYZ19.9834.1124.6-
YUV120.39130.0343.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=0.65%
G=58.82%
B=40.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801240.9900.310.29161.1297.835.69
Hex2B47C6301F1Da16224
Octal22641741430373524114244
Binary10101101001111100110001101111111101101000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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