#02B873

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

Shades of Jade #02B873

Tints of Jade #02B873

Color information

#02B873 (or 0x02B873) is unknown color: approx Jade. HEX triplet: 02, B8 and 73. RGB value is (2,184,115). Sum of RGB (Red+Green+Blue) = 2+184+115=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #02B873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B873 is #FD478C. Grayscale: #797979. Windows color (decimal): -16598925 or 7583746. OLE color: 7583746.

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

Color convert

RGB2184115-
CMYK0.9900.380.28
HSL157.25º97.85%36.47%-
HSV(B)157.25º98.91%72.16%-
XYZ20.2635.5322.01-
YUV121.72124.242.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 184 (72.27% from 255) = 61.13%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=0.66%
G=61.13%
B=38.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21841150.9900.380.28157.2597.8536.47
Hex2B873630261C9d6224
Octal22701631430463423514244
Binary101011100011100111100011010011011100100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,184,115); }

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

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

 a { background-color: rgb(2,184,115); }

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

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

 span { border-color: rgb(2,184,115); }

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