#02B36F

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

Shades of Jade #02B36F

Tints of Jade #02B36F

Color information

#02B36F (or 0x02B36F) is unknown color: approx Jade. HEX triplet: 02, B3 and 6F. RGB value is (2,179,111). Sum of RGB (Red+Green+Blue) = 2+179+111=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #02B36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B36F is #FD4C90. Grayscale: #767676. Windows color (decimal): -16600209 or 7320322. OLE color: 7320322.

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

Color convert

RGB2179111-
CMYK0.9900.380.30
HSL156.95º97.79%35.49%-
HSV(B)156.95º98.88%70.2%-
XYZ19.0133.420.48-
YUV118.32123.8645.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=0.68%
G=61.30%
B=38.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21791110.9900.380.30156.9597.7935.49
Hex2B36F630261E9d6223
Octal22631571430463623514243
Binary101011001111011111100011010011011110100111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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