#029F93

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

Shades of Persian Green #029F93

Tints of Persian Green #029F93

Color information

#029F93 (or 0x029F93) is unknown color: approx Persian Green. HEX triplet: 02, 9F and 93. RGB value is (2,159,147). Sum of RGB (Red+Green+Blue) = 2+159+147=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #029F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029F93 is #FD606C. Grayscale: #6E6E6E. Windows color (decimal): -16605293 or 9674498. OLE color: 9674498.

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

Color convert

RGB2159147-
CMYK0.9900.080.38
HSL175.41º97.52%31.57%-
HSV(B)175.41º98.74%62.35%-
XYZ17.6926.9231.87-
YUV110.69148.4950.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=0.65%
G=51.62%
B=47.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21591470.9900.080.38175.4197.5231.57
Hex29F93630826af6220
Octal22372231430104625714240
Binary101001111110010011110001101000100110101011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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