Html Css Color HEX #02B78D Persian Green

📋 copy color: '#02B78D'

red 2 ◦ green 183 ◦ blue 141

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

Shades of Persian Green #02B78D

Tints of Persian Green #02B78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 0.61%
G = 56.13%
B = 43.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#02B78D (or 0x02B78D) is known color: Persian Green. HEX triplet: 02, B7 and 8D. RGB value is (2,183,141). Sum of RGB (Red+Green+Blue) = 2+183+141=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #02B78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B78D is #FD4872. Grayscale: #7C7C7C. Windows color (decimal): -16599155 or 9287426. OLE color: 9287426.

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

Color convert

RGB 2 183 141 -
CMYK 0.99 0 0.23 0.28
HSL 166.08º 0.98% 0.36% -
HSV(B) 166.08º 0.99% 0.72% -
XYZ 21.77 35.8 30.96 -
YUV 124.09 137.53 40.92 -
System Red Green Blue C M Y K H S L
Decimal 2 183 141 0.99 0 0.23 0.28 166.08 0.98 0.36
Hex 2 B7 8D 63 0 17 1C A6 62 24
Octal 2 267 215 143 0 27 34 246 142 44
Binary 10 10110111 10001101 1100011 0 10111 11100 10100110 1100010 100100

Color Harmonies of #02B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B78D

Black with #02B78D

Text Example


Text Example

White with #02B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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