#02B36B

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

Shades of Jade #02B36B

Tints of Jade #02B36B

Color information

#02B36B (or 0x02B36B) is unknown color: approx Jade. HEX triplet: 02, B3 and 6B. RGB value is (2,179,107). Sum of RGB (Red+Green+Blue) = 2+179+107=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #02B36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B36B is #FD4C94. Grayscale: #757575. Windows color (decimal): -16600213 or 7058178. OLE color: 7058178.

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

Color convert

RGB2179107-
CMYK0.9900.400.30
HSL155.59º97.79%35.49%-
HSV(B)155.59º98.88%70.2%-
XYZ18.833.3119.35-
YUV117.87121.8645.35-

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) = 62.15%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=0.69%
G=62.15%
B=37.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21791070.9900.400.30155.5997.7935.49
Hex2B36B630281E9c6223
Octal22631531430503623414243
Binary101011001111010111100011010100011110100111001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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