#029899

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

Shades of Persian Green #029899

Tints of Persian Green #029899

Color information

#029899 (or 0x029899) is unknown color: approx Persian Green. HEX triplet: 02, 98 and 99. RGB value is (2,152,153). Sum of RGB (Red+Green+Blue) = 2+152+153=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #029899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029899 is #FD6766. Grayscale: #6B6B6B. Windows color (decimal): -16607079 or 10065922. OLE color: 10065922.

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

Color convert

RGB2152153-
CMYK0.990.0100.4
HSL180.4º97.42%30.39%-
HSV(B)180.4º98.69%60%-
XYZ1724.7734.02-
YUV107.26153.852.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=0.65%
G=49.51%
B=49.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21521530.990.0100.4180.497.4230.39
Hex29899631028b4611e
Octal2230231143105026414136
Binary10100110001001100111000111010100010110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029899; }

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

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

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

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

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

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

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

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