Html Css Color HEX #029469 Observatory

📋 copy color: '#029469'

red 2 ◦ green 148 ◦ blue 105

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

Shades of Observatory #029469

Tints of Observatory #029469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 0.78%
G = 58.04%
B = 41.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#029469 (or 0x029469) is known color: Observatory. HEX triplet: 02, 94 and 69. RGB value is (2,148,105). Sum of RGB (Red+Green+Blue) = 2+148+105=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #029469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029469 is #FD6B96. Grayscale: #636363. Windows color (decimal): -16608151 or 6919170. OLE color: 6919170.

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

Color convert

RGB 2 148 105 -
CMYK 0.99 0 0.29 0.42
HSL 162.33º 0.97% 0.29% -
HSV(B) 162.33º 0.99% 0.58% -
XYZ 13.16 22.21 16.96 -
YUV 99.44 131.13 58.5 -
System Red Green Blue C M Y K H S L
Decimal 2 148 105 0.99 0 0.29 0.42 162.33 0.97 0.29
Hex 2 94 69 63 0 1D 2A A2 61 1D
Octal 2 224 151 143 0 35 52 242 141 35
Binary 10 10010100 1101001 1100011 0 11101 101010 10100010 1100001 11101

Color Harmonies of #029469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029469

Black with #029469

Text Example


Text Example

White with #029469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029469; }

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

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

background-color css

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

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

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

border-color css

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

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

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