#029B88

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

Shades of Persian Green #029B88

Tints of Persian Green #029B88

Color information

#029B88 (or 0x029B88) is unknown color: approx Persian Green. HEX triplet: 02, 9B and 88. RGB value is (2,155,136). Sum of RGB (Red+Green+Blue) = 2+155+136=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #029B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B88 is #FD6477. Grayscale: #6B6B6B. Windows color (decimal): -16606328 or 8952578. OLE color: 8952578.

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

Color convert

RGB2155136-
CMYK0.9900.120.39
HSL172.55º97.45%30.78%-
HSV(B)172.55º98.71%60.78%-
XYZ16.1925.2327.31-
YUV107.09144.3153.04-

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) = 52.90%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=0.68%
G=52.90%
B=46.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551360.9900.120.39172.5597.4530.78
Hex29B88630C27ad611f
Octal22332101430144725514137
Binary10100110111000100011000110110010011110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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