#02B36E

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

Shades of Jade #02B36E

Tints of Jade #02B36E

Color information

#02B36E (or 0x02B36E) is unknown color: approx Jade. HEX triplet: 02, B3 and 6E. RGB value is (2,179,110). Sum of RGB (Red+Green+Blue) = 2+179+110=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #02B36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B36E is #FD4C91. Grayscale: #767676. Windows color (decimal): -16600210 or 7254786. OLE color: 7254786.

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

Color convert

RGB2179110-
CMYK0.9900.390.30
HSL156.61º97.79%35.49%-
HSV(B)156.61º98.88%70.2%-
XYZ18.9633.3820.2-
YUV118.21123.3645.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 179 (70.31% from 255) = 61.51%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=0.69%
G=61.51%
B=37.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21791100.9900.390.30156.6197.7935.49
Hex2B36E630271E9d6223
Octal22631561430473623514243
Binary101011001111011101100011010011111110100111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,179,110); }

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

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

 a { background-color: rgb(2,179,110); }

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

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

 span { border-color: rgb(2,179,110); }

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