#02B7A2

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

Shades of Persian Green #02B7A2

Tints of Persian Green #02B7A2

Color information

#02B7A2 (or 0x02B7A2) is unknown color: approx Persian Green. HEX triplet: 02, B7 and A2. RGB value is (2,183,162). Sum of RGB (Red+Green+Blue) = 2+183+162=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #02B7A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B7A2 is #FD485D. Grayscale: #7E7E7E. Windows color (decimal): -16599134 or 10663682. OLE color: 10663682.

HSL color Cylindrical-coordinate representation of color #02B7A2: hue angle of 173.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B7A2 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB2183162-
CMYK0.9900.110.28
HSL173.04º97.84%36.27%-
HSV(B)173.04º98.91%71.76%-
XYZ23.4836.4939.99-
YUV126.49148.0339.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 183 (71.88% from 255) = 52.74%
BLUE value IS 162 (63.67% from 255) = 46.69%
R=0.58%
G=52.74%
B=46.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21831620.9900.110.28173.0497.8436.27
Hex2B7A2630B1Cad6224
Octal22672421430133425514244
Binary10101101111010001011000110101111100101011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,183,162); }

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

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

 a { background-color: rgb(2,183,162); }

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

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

 span { border-color: rgb(2,183,162); }

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