#02B470

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

Shades of Jade #02B470

Tints of Jade #02B470

Color information

#02B470 (or 0x02B470) is unknown color: approx Jade. HEX triplet: 02, B4 and 70. RGB value is (2,180,112). Sum of RGB (Red+Green+Blue) = 2+180+112=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #02B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B470 is #FD4B8F. Grayscale: #777777. Windows color (decimal): -16599952 or 7386114. OLE color: 7386114.

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

Color convert

RGB2180112-
CMYK0.9900.380.29
HSL157.08º97.8%35.69%-
HSV(B)157.08º98.89%70.59%-
XYZ19.2733.8320.84-
YUV119.03124.0344.53-

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.22%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=0.68%
G=61.22%
B=38.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801120.9900.380.29157.0897.835.69
Hex2B470630261D9d6224
Octal22641601430463523514244
Binary101011010011100001100011010011011101100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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