Html Css Color HEX #029988 Persian Green

📋 copy color: '#029988'

red 2 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #029988

Tints of Persian Green #029988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 0.69%
G = 52.58%
B = 46.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#029988 (or 0x029988) is known color: Persian Green. HEX triplet: 02, 99 and 88. RGB value is (2,153,136). Sum of RGB (Red+Green+Blue) = 2+153+136=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #029988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029988 is #FD6677. Grayscale: #696969. Windows color (decimal): -16606840 or 8952066. OLE color: 8952066.

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

Color convert

RGB 2 153 136 -
CMYK 0.99 0 0.11 0.4
HSL 173.25º 0.97% 0.3% -
HSV(B) 173.25º 0.99% 0.6% -
XYZ 15.86 24.57 27.2 -
YUV 105.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 2 153 136 0.99 0 0.11 0.4 173.25 0.97 0.3
Hex 2 99 88 63 0 B 28 AD 61 1E
Octal 2 231 210 143 0 13 50 255 141 36
Binary 10 10011001 10001000 1100011 0 1011 101000 10101101 1100001 11110

Color Harmonies of #029988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029988

Black with #029988

Text Example


Text Example

White with #029988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029988; }

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

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

background-color css

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

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

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

border-color css

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

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

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