Html Css Color HEX #029F95 Persian Green

📋 copy color: '#029F95'

red 2 ◦ green 159 ◦ blue 149

#029F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #029F95

Tints of Persian Green #029F95

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

 GREEN value IS 159 (62.5% from 255) = 51.29%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 0.65%
G = 51.29%
B = 48.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#029F95 (or 0x029F95) is known color: Persian Green. HEX triplet: 02, 9F and 95. RGB value is (2,159,149). Sum of RGB (Red+Green+Blue) = 2+159+149=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #029F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029F95 is #FD606A. Grayscale: #6E6E6E. Windows color (decimal): -16605291 or 9805570. OLE color: 9805570.

HSL color Cylindrical-coordinate representation of color #029F95: hue angle of 176.18º 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 #029F95 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 149 -
CMYK 0.99 0 0.06 0.38
HSL 176.18º 0.98% 0.32% -
HSV(B) 176.18º 0.99% 0.62% -
XYZ 17.85 26.98 32.7 -
YUV 110.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 2 159 149 0.99 0 0.06 0.38 176.18 0.98 0.32
Hex 2 9F 95 63 0 6 26 B0 62 20
Octal 2 237 225 143 0 6 46 260 142 40
Binary 10 10011111 10010101 1100011 0 110 100110 10110000 1100010 100000

Color Harmonies of #029F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F95

Black with #029F95

Text Example


Text Example

White with #029F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #029F95;
 }
 .AnyTagClassName
 {
   color: #029F95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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