#02B276

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

Shades of Jade #02B276

Tints of Jade #02B276

Color information

#02B276 (or 0x02B276) is unknown color: approx Jade. HEX triplet: 02, B2 and 76. RGB value is (2,178,118). Sum of RGB (Red+Green+Blue) = 2+178+118=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #02B276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B276 is #FD4D89. Grayscale: #767676. Windows color (decimal): -16600458 or 7778818. OLE color: 7778818.

HSL color Cylindrical-coordinate representation of color #02B276: hue angle of 159.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B276 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB2178118-
CMYK0.9900.340.30
HSL159.55º97.78%35.29%-
HSV(B)159.55º98.88%69.8%-
XYZ19.2233.1622.53-
YUV118.54127.6944.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=0.67%
G=59.73%
B=39.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21781180.9900.340.30159.5597.7835.29
Hex2B276630221Ea06223
Octal22621661430423624014243
Binary101011001011101101100011010001011110101000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,178,118); }

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

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

 a { background-color: rgb(2,178,118); }

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

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

 span { border-color: rgb(2,178,118); }

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