#029B87

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

Shades of Persian Green #029B87

Tints of Persian Green #029B87

Color information

#029B87 (or 0x029B87) is unknown color: approx Persian Green. HEX triplet: 02, 9B and 87. RGB value is (2,155,135). Sum of RGB (Red+Green+Blue) = 2+155+135=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #029B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B87 is #FD6478. Grayscale: #6A6A6A. Windows color (decimal): -16606329 or 8887042. OLE color: 8887042.

HSL color Cylindrical-coordinate representation of color #029B87: hue angle of 172.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B87 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB2155135-
CMYK0.9900.130.39
HSL172.16º97.45%30.78%-
HSV(B)172.16º98.71%60.78%-
XYZ16.1225.226.94-
YUV106.97143.8153.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=0.68%
G=53.08%
B=46.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551350.9900.130.39172.1697.4530.78
Hex29B87630D27ac611f
Octal22332071430154725414137
Binary10100110111000011111000110110110011110101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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