Html Css Color HEX #029366 Observatory

📋 copy color: '#029366'

red 2 ◦ green 147 ◦ blue 102

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

Shades of Observatory #029366

Tints of Observatory #029366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.57%

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 0.8%
G = 58.57%
B = 40.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#029366 (or 0x029366) is known color: Observatory. HEX triplet: 02, 93 and 66. RGB value is (2,147,102). Sum of RGB (Red+Green+Blue) = 2+147+102=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #029366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029366 is #FD6C99. Grayscale: #626262. Windows color (decimal): -16608410 or 6722306. OLE color: 6722306.

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

Color convert

RGB 2 147 102 -
CMYK 0.99 0 0.31 0.42
HSL 161.38º 0.97% 0.29% -
HSV(B) 161.38º 0.99% 0.58% -
XYZ 12.86 21.84 16.11 -
YUV 98.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 2 147 102 0.99 0 0.31 0.42 161.38 0.97 0.29
Hex 2 93 66 63 0 1F 2A A1 61 1D
Octal 2 223 146 143 0 37 52 241 141 35
Binary 10 10010011 1100110 1100011 0 11111 101010 10100001 1100001 11101

Color Harmonies of #029366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029366

Black with #029366

Text Example


Text Example

White with #029366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029366; }

 p { color: rgb(2,147,102); }

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

background-color css

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

 a { background-color: rgb(2,147,102); }

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

border-color css

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

 span { border-color: rgb(2,147,102); }

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