Html Css Color HEX #029571 Observatory

📋 copy color: '#029571'

red 2 ◦ green 149 ◦ blue 113

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

Shades of Observatory #029571

Tints of Observatory #029571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.44%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 0.76%
G = 56.44%
B = 42.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#029571 (or 0x029571) is known color: Observatory. HEX triplet: 02, 95 and 71. RGB value is (2,149,113). Sum of RGB (Red+Green+Blue) = 2+149+113=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #029571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029571 is #FD6A8E. Grayscale: #646464. Windows color (decimal): -16607887 or 7443714. OLE color: 7443714.

HSL color Cylindrical-coordinate representation of color #029571: hue angle of 165.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029571 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 113 -
CMYK 0.99 0 0.24 0.42
HSL 165.31º 0.97% 0.3% -
HSV(B) 165.31º 0.99% 0.58% -
XYZ 13.75 22.7 19.28 -
YUV 100.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 2 149 113 0.99 0 0.24 0.42 165.31 0.97 0.3
Hex 2 95 71 63 0 18 2A A5 61 1E
Octal 2 225 161 143 0 30 52 245 141 36
Binary 10 10010101 1110001 1100011 0 11000 101010 10100101 1100001 11110

Color Harmonies of #029571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029571

Black with #029571

Text Example


Text Example

White with #029571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029571; }

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

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

background-color css

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

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

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

border-color css

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

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

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