#02B67A

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

Shades of Jade #02B67A

Tints of Jade #02B67A

Color information

#02B67A (or 0x02B67A) is unknown color: approx Jade. HEX triplet: 02, B6 and 7A. RGB value is (2,182,122). Sum of RGB (Red+Green+Blue) = 2+182+122=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #02B67A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B67A is #FD4985. Grayscale: #797979. Windows color (decimal): -16599430 or 8041986. OLE color: 8041986.

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

Color convert

RGB2182122-
CMYK0.9900.330.29
HSL160º97.83%36.08%-
HSV(B)160º98.9%71.37%-
XYZ20.2734.8724.08-
YUV121.34128.3742.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=0.65%
G=59.48%
B=39.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21821220.9900.330.2916097.8336.08
Hex2B67A630211Da06224
Octal22661721430413524014244
Binary101011011011110101100011010000111101101000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,122); }

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

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

 a { background-color: rgb(2,182,122); }

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

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

 span { border-color: rgb(2,182,122); }

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