Html Css Color HEX #02B391 Persian Green

📋 copy color: '#02B391'

red 2 ◦ green 179 ◦ blue 145

#02B391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02B391

Tints of Persian Green #02B391

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

 GREEN value IS 179 (70.31% from 255) = 54.91%

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 0.61%
G = 54.91%
B = 44.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#02B391 (or 0x02B391) is known color: Persian Green. HEX triplet: 02, B3 and 91. RGB value is (2,179,145). Sum of RGB (Red+Green+Blue) = 2+179+145=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #02B391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B391 is #FD4C6E. Grayscale: #7A7A7A. Windows color (decimal): -16600175 or 9548546. OLE color: 9548546.

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

Color convert

RGB 2 179 145 -
CMYK 0.99 0 0.19 0.30
HSL 168.47º 0.98% 0.35% -
HSV(B) 168.47º 0.99% 0.7% -
XYZ 21.26 34.3 32.29 -
YUV 122.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 2 179 145 0.99 0 0.19 0.30 168.47 0.98 0.35
Hex 2 B3 91 63 0 13 1E A8 62 23
Octal 2 263 221 143 0 23 36 250 142 43
Binary 10 10110011 10010001 1100011 0 10011 11110 10101000 1100010 100011

Color Harmonies of #02B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B391

Black with #02B391

Text Example


Text Example

White with #02B391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02B391;
 }
 .AnyTagClassName
 {
   color: #02B391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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