Html Css Color HEX #029B99 Persian Green

📋 copy color: '#029B99'

red 2 ◦ green 155 ◦ blue 153

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

Shades of Persian Green #029B99

Tints of Persian Green #029B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 0.65%
G = 50%
B = 49.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#029B99 (or 0x029B99) is known color: Persian Green. HEX triplet: 02, 9B and 99. RGB value is (2,155,153). Sum of RGB (Red+Green+Blue) = 2+155+153=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #029B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B99 is #FD6466. Grayscale: #6C6C6C. Windows color (decimal): -16606311 or 10066690. OLE color: 10066690.

HSL color Cylindrical-coordinate representation of color #029B99: hue angle of 179.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B99 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 155 153 -
CMYK 0.99 0 0.01 0.39
HSL 179.22º 0.97% 0.31% -
HSV(B) 179.22º 0.99% 0.61% -
XYZ 17.5 25.76 34.19 -
YUV 109.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 2 155 153 0.99 0 0.01 0.39 179.22 0.97 0.31
Hex 2 9B 99 63 0 1 27 B3 61 1F
Octal 2 233 231 143 0 1 47 263 141 37
Binary 10 10011011 10011001 1100011 0 1 100111 10110011 1100001 11111

Color Harmonies of #029B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B99

Black with #029B99

Text Example


Text Example

White with #029B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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