#02B370

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

Shades of Jade #02B370

Tints of Jade #02B370

Color information

#02B370 (or 0x02B370) is unknown color: approx Jade. HEX triplet: 02, B3 and 70. RGB value is (2,179,112). Sum of RGB (Red+Green+Blue) = 2+179+112=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #02B370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B370 is #FD4C8F. Grayscale: #767676. Windows color (decimal): -16600208 or 7385858. OLE color: 7385858.

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

Color convert

RGB2179112-
CMYK0.9900.370.30
HSL157.29º97.79%35.49%-
HSV(B)157.29º98.88%70.2%-
XYZ19.0733.4220.78-
YUV118.44124.3644.95-

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.09%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=0.68%
G=61.09%
B=38.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21791120.9900.370.30157.2997.7935.49
Hex2B370630251E9d6223
Octal22631601430453623514243
Binary101011001111100001100011010010111110100111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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