Html Css Color HEX #02B78C Persian Green

📋 copy color: '#02B78C'

red 2 ◦ green 183 ◦ blue 140

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

Shades of Persian Green #02B78C

Tints of Persian Green #02B78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 0.62%
G = 56.31%
B = 43.08%

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

#02B78C (or 0x02B78C) is known color: Persian Green. HEX triplet: 02, B7 and 8C. RGB value is (2,183,140). Sum of RGB (Red+Green+Blue) = 2+183+140=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #02B78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B78C is #FD4873. Grayscale: #7B7B7B. Windows color (decimal): -16599156 or 9221890. OLE color: 9221890.

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

Color convert

RGB 2 183 140 -
CMYK 0.99 0 0.23 0.28
HSL 165.75º 0.98% 0.36% -
HSV(B) 165.75º 0.99% 0.72% -
XYZ 21.69 35.77 30.57 -
YUV 123.98 137.03 41 -
System Red Green Blue C M Y K H S L
Decimal 2 183 140 0.99 0 0.23 0.28 165.75 0.98 0.36
Hex 2 B7 8C 63 0 17 1C A6 62 24
Octal 2 267 214 143 0 27 34 246 142 44
Binary 10 10110111 10001100 1100011 0 10111 11100 10100110 1100010 100100

Color Harmonies of #02B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B78C

Black with #02B78C

Text Example


Text Example

White with #02B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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