#029987

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

Shades of Persian Green #029987

Tints of Persian Green #029987

Color information

#029987 (or 0x029987) is unknown color: approx Persian Green. HEX triplet: 02, 99 and 87. RGB value is (2,153,135). Sum of RGB (Red+Green+Blue) = 2+153+135=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #029987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029987 is #FD6678. Grayscale: #696969. Windows color (decimal): -16606841 or 8886530. OLE color: 8886530.

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

Color convert

RGB2153135-
CMYK0.9900.120.4
HSL172.85º97.42%30.39%-
HSV(B)172.85º98.69%60%-
XYZ15.7924.5426.83-
YUV105.8144.4753.96-

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.76%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=0.69%
G=52.76%
B=46.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21531350.9900.120.4172.8597.4230.39
Hex29987630C28ad611e
Octal22312071430145025514136
Binary10100110011000011111000110110010100010101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029987; }

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

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

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

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

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

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

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

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