#02B47B

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

Shades of Jade #02B47B

Tints of Jade #02B47B

Color information

#02B47B (or 0x02B47B) is unknown color: approx Jade. HEX triplet: 02, B4 and 7B. RGB value is (2,180,123). Sum of RGB (Red+Green+Blue) = 2+180+123=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #02B47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B47B is #FD4B84. Grayscale: #787878. Windows color (decimal): -16599941 or 8107010. OLE color: 8107010.

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

Color convert

RGB2180123-
CMYK0.9900.320.29
HSL160.79º97.8%35.69%-
HSV(B)160.79º98.89%70.59%-
XYZ19.9234.0924.27-
YUV120.28129.5343.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 180 (70.70% from 255) = 59.02%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=0.66%
G=59.02%
B=40.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801230.9900.320.29160.7997.835.69
Hex2B47B630201Da16224
Octal22641731430403524114244
Binary101011010011110111100011010000011101101000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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