#029E88

Color #029E88 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #029E88

Tints of Persian Green #029E88

Color information

#029E88 (or 0x029E88) is unknown color: approx Persian Green. HEX triplet: 02, 9E and 88. RGB value is (2,158,136). Sum of RGB (Red+Green+Blue) = 2+158+136=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #029E88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029E88 is #FD6177. Grayscale: #6C6C6C. Windows color (decimal): -16605560 or 8953346. OLE color: 8953346.

HSL color Cylindrical-coordinate representation of color #029E88: hue angle of 171.54º 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 #029E88 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB2158136-
CMYK0.9900.140.38
HSL171.54º97.5%31.37%-
HSV(B)171.54º98.73%61.96%-
XYZ16.726.2427.48-
YUV108.85143.3251.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 158 (62.11% from 255) = 53.38%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=0.68%
G=53.38%
B=45.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21581360.9900.140.38171.5497.531.37
Hex29E88630E26ac621f
Octal22362101430164625414237
Binary10100111101000100011000110111010011010101100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #029E88;
 }
 .AnyTagClassName
 {
   color: #029E88;
 }
</style>
background-color css

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

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

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

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

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

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