#02B772

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

Shades of Jade #02B772

Tints of Jade #02B772

Color information

#02B772 (or 0x02B772) is unknown color: approx Jade. HEX triplet: 02, B7 and 72. RGB value is (2,183,114). Sum of RGB (Red+Green+Blue) = 2+183+114=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #02B772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B772 is #FD488D. Grayscale: #797979. Windows color (decimal): -16599182 or 7517954. OLE color: 7517954.

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

Color convert

RGB2183114-
CMYK0.9900.380.28
HSL157.13º97.84%36.27%-
HSV(B)157.13º98.91%71.76%-
XYZ2035.0921.64-
YUV121.01124.0343.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 183 (71.88% from 255) = 61.20%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=0.67%
G=61.20%
B=38.13%

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
Decimal21831140.9900.380.28157.1397.8436.27
Hex2B772630261C9d6224
Octal22671621430463423514244
Binary101011011111100101100011010011011100100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,183,114); }

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

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

 a { background-color: rgb(2,183,114); }

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

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

 span { border-color: rgb(2,183,114); }

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