Html Css Color HEX #029987 Persian Green

📋 copy color: '#029987'

red 2 ◦ green 153 ◦ blue 135

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

Shades of Persian Green #029987

Tints of Persian Green #029987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 0.69%
G = 52.76%
B = 46.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#029987 (or 0x029987) is known color: Persian Green. HEX triplet: 02, 99 and 87. RGB value is (2,153,135). Sum of RGB (Red+Green+Blue) = 2+153+135=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #029987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029987 is #FD6678. Grayscale: #696969. Windows color (decimal): -16606841 or 8886530. OLE color: 8886530.

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

Color convert

RGB 2 153 135 -
CMYK 0.99 0 0.12 0.4
HSL 172.85º 0.97% 0.3% -
HSV(B) 172.85º 0.99% 0.6% -
XYZ 15.79 24.54 26.83 -
YUV 105.8 144.47 53.96 -
System Red Green Blue C M Y K H S L
Decimal 2 153 135 0.99 0 0.12 0.4 172.85 0.97 0.3
Hex 2 99 87 63 0 C 28 AD 61 1E
Octal 2 231 207 143 0 14 50 255 141 36
Binary 10 10011001 10000111 1100011 0 1100 101000 10101101 1100001 11110

Color Harmonies of #029987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029987

Black with #029987

Text Example


Text Example

White with #029987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029987; }

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

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

background-color css

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

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

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

border-color css

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

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

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