#02B494

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

Shades of Persian Green #02B494

Tints of Persian Green #02B494

Color information

#02B494 (or 0x02B494) is unknown color: approx Persian Green. HEX triplet: 02, B4 and 94. RGB value is (2,180,148). Sum of RGB (Red+Green+Blue) = 2+180+148=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #02B494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B494 is #FD4B6B. Grayscale: #7B7B7B. Windows color (decimal): -16599916 or 9745410. OLE color: 9745410.

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

Color convert

RGB2180148-
CMYK0.9900.180.29
HSL169.21º97.8%35.69%-
HSV(B)169.21º98.89%70.59%-
XYZ21.6934.7933.59-
YUV123.13142.0341.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=0.61%
G=54.55%
B=44.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801480.9900.180.29169.2197.835.69
Hex2B494630121Da96224
Octal22642241430223525114244
Binary101011010010010100110001101001011101101010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,148); }

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

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

 a { background-color: rgb(2,180,148); }

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

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

 span { border-color: rgb(2,180,148); }

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