Html Css Color HEX #029175 Observatory

📋 copy color: '#029175'

red 2 ◦ green 145 ◦ blue 117

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

Shades of Observatory #029175

Tints of Observatory #029175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 0.76%
G = 54.92%
B = 44.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#029175 (or 0x029175) is known color: Observatory. HEX triplet: 02, 91 and 75. RGB value is (2,145,117). Sum of RGB (Red+Green+Blue) = 2+145+117=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #029175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029175 is #FD6E8A. Grayscale: #636363. Windows color (decimal): -16608907 or 7704834. OLE color: 7704834.

HSL color Cylindrical-coordinate representation of color #029175: hue angle of 168.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029175 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 117 -
CMYK 0.99 0 0.19 0.43
HSL 168.25º 0.97% 0.29% -
HSV(B) 168.25º 0.99% 0.57% -
XYZ 13.36 21.55 20.28 -
YUV 99.05 138.12 58.78 -
System Red Green Blue C M Y K H S L
Decimal 2 145 117 0.99 0 0.19 0.43 168.25 0.97 0.29
Hex 2 91 75 63 0 13 2B A8 61 1D
Octal 2 221 165 143 0 23 53 250 141 35
Binary 10 10010001 1110101 1100011 0 10011 101011 10101000 1100001 11101

Color Harmonies of #029175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029175

Black with #029175

Text Example


Text Example

White with #029175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029175; }

 p { color: rgb(2,145,117); }

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

background-color css

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

 a { background-color: rgb(2,145,117); }

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

border-color css

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

 span { border-color: rgb(2,145,117); }

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