Html Css Color HEX #02B68E Persian Green

📋 copy color: '#02B68E'

red 2 ◦ green 182 ◦ blue 142

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

Shades of Persian Green #02B68E

Tints of Persian Green #02B68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 0.61%
G = 55.83%
B = 43.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#02B68E (or 0x02B68E) is known color: Persian Green. HEX triplet: 02, B6 and 8E. RGB value is (2,182,142). Sum of RGB (Red+Green+Blue) = 2+182+142=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #02B68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B68E is #FD4971. Grayscale: #7B7B7B. Windows color (decimal): -16599410 or 9352706. OLE color: 9352706.

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

Color convert

RGB 2 182 142 -
CMYK 0.99 0 0.22 0.29
HSL 166.67º 0.98% 0.36% -
HSV(B) 166.67º 0.99% 0.71% -
XYZ 21.64 35.42 31.29 -
YUV 123.62 138.37 41.25 -
System Red Green Blue C M Y K H S L
Decimal 2 182 142 0.99 0 0.22 0.29 166.67 0.98 0.36
Hex 2 B6 8E 63 0 16 1D A7 62 24
Octal 2 266 216 143 0 26 35 247 142 44
Binary 10 10110110 10001110 1100011 0 10110 11101 10100111 1100010 100100

Color Harmonies of #02B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B68E

Black with #02B68E

Text Example


Text Example

White with #02B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,182,142); }

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

background-color css

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

 a { background-color: rgb(2,182,142); }

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

border-color css

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

 span { border-color: rgb(2,182,142); }

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