#02B58B

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

Shades of Persian Green #02B58B

Tints of Persian Green #02B58B

Color information

#02B58B (or 0x02B58B) is unknown color: approx Persian Green. HEX triplet: 02, B5 and 8B. RGB value is (2,181,139). Sum of RGB (Red+Green+Blue) = 2+181+139=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #02B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B58B is #FD4A74. Grayscale: #7A7A7A. Windows color (decimal): -16599669 or 9155842. OLE color: 9155842.

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

Color convert

RGB2181139-
CMYK0.9900.230.29
HSL165.92º97.81%35.88%-
HSV(B)165.92º98.9%70.98%-
XYZ21.2134.9230.05-
YUV122.69137.241.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 181 (71.09% from 255) = 56.21%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=0.62%
G=56.21%
B=43.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21811390.9900.230.29165.9297.8135.88
Hex2B58B630171Da66224
Octal22652131430273524614244
Binary101011010110001011110001101011111101101001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,181,139); }

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

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

 a { background-color: rgb(2,181,139); }

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

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

 span { border-color: rgb(2,181,139); }

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