Html Css Color HEX #029070 Observatory

📋 copy color: '#029070'

red 2 ◦ green 144 ◦ blue 112

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

Shades of Observatory #029070

Tints of Observatory #029070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.81%

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 0.78%
G = 55.81%
B = 43.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#029070 (or 0x029070) is known color: Observatory. HEX triplet: 02, 90 and 70. RGB value is (2,144,112). Sum of RGB (Red+Green+Blue) = 2+144+112=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #029070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029070 is #FD6F8F. Grayscale: #616161. Windows color (decimal): -16609168 or 7376898. OLE color: 7376898.

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

Color convert

RGB 2 144 112 -
CMYK 0.99 0 0.22 0.44
HSL 166.48º 0.97% 0.29% -
HSV(B) 166.48º 0.99% 0.56% -
XYZ 12.92 21.13 18.73 -
YUV 97.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 2 144 112 0.99 0 0.22 0.44 166.48 0.97 0.29
Hex 2 90 70 63 0 16 2C A6 61 1D
Octal 2 220 160 143 0 26 54 246 141 35
Binary 10 10010000 1110000 1100011 0 10110 101100 10100110 1100001 11101

Color Harmonies of #029070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029070

Black with #029070

Text Example


Text Example

White with #029070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029070; }

 p { color: rgb(2,144,112); }

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

background-color css

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

 a { background-color: rgb(2,144,112); }

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

border-color css

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

 span { border-color: rgb(2,144,112); }

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