Html Css Color HEX #029468 Observatory

📋 copy color: '#029468'

red 2 ◦ green 148 ◦ blue 104

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

Shades of Observatory #029468

Tints of Observatory #029468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 0.79%
G = 58.27%
B = 40.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#029468 (or 0x029468) is known color: Observatory. HEX triplet: 02, 94 and 68. RGB value is (2,148,104). Sum of RGB (Red+Green+Blue) = 2+148+104=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #029468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029468 is #FD6B97. Grayscale: #636363. Windows color (decimal): -16608152 or 6853634. OLE color: 6853634.

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

Color convert

RGB 2 148 104 -
CMYK 0.99 0 0.30 0.42
HSL 161.92º 0.97% 0.29% -
HSV(B) 161.92º 0.99% 0.58% -
XYZ 13.11 22.19 16.69 -
YUV 99.33 130.63 58.58 -
System Red Green Blue C M Y K H S L
Decimal 2 148 104 0.99 0 0.30 0.42 161.92 0.97 0.29
Hex 2 94 68 63 0 1E 2A A2 61 1D
Octal 2 224 150 143 0 36 52 242 141 35
Binary 10 10010100 1101000 1100011 0 11110 101010 10100010 1100001 11101

Color Harmonies of #029468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029468

Black with #029468

Text Example


Text Example

White with #029468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029468; }

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

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

background-color css

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

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

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

border-color css

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

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

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