Html Css Color HEX #029478 Observatory

📋 copy color: '#029478'

red 2 ◦ green 148 ◦ blue 120

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

Shades of Observatory #029478

Tints of Observatory #029478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 0.74%
G = 54.81%
B = 44.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#029478 (or 0x029478) is known color: Observatory. HEX triplet: 02, 94 and 78. RGB value is (2,148,120). Sum of RGB (Red+Green+Blue) = 2+148+120=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #029478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029478 is #FD6B87. Grayscale: #656565. Windows color (decimal): -16608136 or 7902210. OLE color: 7902210.

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

Color convert

RGB 2 148 120 -
CMYK 0.99 0 0.19 0.42
HSL 168.49º 0.97% 0.29% -
HSV(B) 168.49º 0.99% 0.58% -
XYZ 14.01 22.55 21.38 -
YUV 101.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 2 148 120 0.99 0 0.19 0.42 168.49 0.97 0.29
Hex 2 94 78 63 0 13 2A A8 61 1D
Octal 2 224 170 143 0 23 52 250 141 35
Binary 10 10010100 1111000 1100011 0 10011 101010 10101000 1100001 11101

Color Harmonies of #029478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029478

Black with #029478

Text Example


Text Example

White with #029478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029478; }

 p { color: rgb(2,148,120); }

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

background-color css

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

 a { background-color: rgb(2,148,120); }

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

border-color css

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

 span { border-color: rgb(2,148,120); }

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