#029E93

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

Shades of Persian Green #029E93

Tints of Persian Green #029E93

Color information

#029E93 (or 0x029E93) is unknown color: approx Persian Green. HEX triplet: 02, 9E and 93. RGB value is (2,158,147). Sum of RGB (Red+Green+Blue) = 2+158+147=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #029E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029E93 is #FD616C. Grayscale: #6D6D6D. Windows color (decimal): -16605549 or 9674242. OLE color: 9674242.

HSL color Cylindrical-coordinate representation of color #029E93: hue angle of 175.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E93 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB2158147-
CMYK0.9900.070.38
HSL175.77º97.5%31.37%-
HSV(B)175.77º98.73%61.96%-
XYZ17.5226.5731.81-
YUV110.1148.8250.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=0.65%
G=51.47%
B=47.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21581470.9900.070.38175.7797.531.37
Hex29E93630726b0621f
Octal2236223143074626014237
Binary1010011110100100111100011011110011010110000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,158,147); }

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

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

 a { background-color: rgb(2,158,147); }

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

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

 span { border-color: rgb(2,158,147); }

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