Html Css Color HEX #029E87 Persian Green

📋 copy color: '#029E87'

red 2 ◦ green 158 ◦ blue 135

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

Shades of Persian Green #029E87

Tints of Persian Green #029E87

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.56%

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 0.68%
G = 53.56%
B = 45.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#029E87 (or 0x029E87) is known color: Persian Green. HEX triplet: 02, 9E and 87. RGB value is (2,158,135). Sum of RGB (Red+Green+Blue) = 2+158+135=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #029E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029E87 is #FD6178. Grayscale: #6C6C6C. Windows color (decimal): -16605561 or 8887810. OLE color: 8887810.

HSL color Cylindrical-coordinate representation of color #029E87: hue angle of 171.15º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E87 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 158 135 -
CMYK 0.99 0 0.15 0.38
HSL 171.15º 0.98% 0.31% -
HSV(B) 171.15º 0.99% 0.62% -
XYZ 16.63 26.22 27.11 -
YUV 108.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 2 158 135 0.99 0 0.15 0.38 171.15 0.98 0.31
Hex 2 9E 87 63 0 F 26 AB 62 1F
Octal 2 236 207 143 0 17 46 253 142 37
Binary 10 10011110 10000111 1100011 0 1111 100110 10101011 1100010 11111

Color Harmonies of #029E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029E87

Black with #029E87

Text Example


Text Example

White with #029E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029E87; }

 p { color: rgb(2,158,135); }

 H1.HeaderClassName
 {
   color: #029E87;
 }
 .AnyTagClassName
 {
   color: #029E87;
 }
</style>

background-color css

<style>
 a { background-color: #029E87; }

 a { background-color: rgb(2,158,135); }

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

border-color css

<style>
 span { border-color: #029E87; }

 span { border-color: rgb(2,158,135); }

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