Html Css Color HEX #02B790 Persian Green

📋 copy color: '#02B790'

red 2 ◦ green 183 ◦ blue 144

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

Shades of Persian Green #02B790

Tints of Persian Green #02B790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 0.61%
G = 55.62%
B = 43.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#02B790 (or 0x02B790) is known color: Persian Green. HEX triplet: 02, B7 and 90. RGB value is (2,183,144). Sum of RGB (Red+Green+Blue) = 2+183+144=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #02B790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B790 is #FD486F. Grayscale: #7C7C7C. Windows color (decimal): -16599152 or 9484034. OLE color: 9484034.

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

Color convert

RGB 2 183 144 -
CMYK 0.99 0 0.21 0.28
HSL 167.07º 0.98% 0.36% -
HSV(B) 167.07º 0.99% 0.72% -
XYZ 21.99 35.89 32.15 -
YUV 124.44 139.03 40.67 -
System Red Green Blue C M Y K H S L
Decimal 2 183 144 0.99 0 0.21 0.28 167.07 0.98 0.36
Hex 2 B7 90 63 0 15 1C A7 62 24
Octal 2 267 220 143 0 25 34 247 142 44
Binary 10 10110111 10010000 1100011 0 10101 11100 10100111 1100010 100100

Color Harmonies of #02B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B790

Black with #02B790

Text Example


Text Example

White with #02B790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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