#029988

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

Shades of Persian Green #029988

Tints of Persian Green #029988

Color information

#029988 (or 0x029988) is unknown color: approx Persian Green. HEX triplet: 02, 99 and 88. RGB value is (2,153,136). Sum of RGB (Red+Green+Blue) = 2+153+136=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #029988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029988 is #FD6677. Grayscale: #696969. Windows color (decimal): -16606840 or 8952066. OLE color: 8952066.

HSL color Cylindrical-coordinate representation of color #029988: hue angle of 173.25º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029988 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB2153136-
CMYK0.9900.110.4
HSL173.25º97.42%30.39%-
HSV(B)173.25º98.69%60%-
XYZ15.8624.5727.2-
YUV105.91144.9753.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=0.69%
G=52.58%
B=46.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21531360.9900.110.4173.2597.4230.39
Hex29988630B28ad611e
Octal22312101430135025514136
Binary10100110011000100011000110101110100010101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029988; }

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

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

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

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

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

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

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

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