Html Css Color HEX #029065 Observatory

📋 copy color: '#029065'

red 2 ◦ green 144 ◦ blue 101

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

Shades of Observatory #029065

Tints of Observatory #029065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 0.81%
G = 58.3%
B = 40.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#029065 (or 0x029065) is known color: Observatory. HEX triplet: 02, 90 and 65. RGB value is (2,144,101). Sum of RGB (Red+Green+Blue) = 2+144+101=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #029065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029065 is #FD6F9A. Grayscale: #606060. Windows color (decimal): -16609179 or 6656002. OLE color: 6656002.

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

Color convert

RGB 2 144 101 -
CMYK 0.99 0 0.30 0.44
HSL 161.83º 0.97% 0.29% -
HSV(B) 161.83º 0.99% 0.56% -
XYZ 12.35 20.9 15.7 -
YUV 96.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 2 144 101 0.99 0 0.30 0.44 161.83 0.97 0.29
Hex 2 90 65 63 0 1E 2C A2 61 1D
Octal 2 220 145 143 0 36 54 242 141 35
Binary 10 10010000 1100101 1100011 0 11110 101100 10100010 1100001 11101

Color Harmonies of #029065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029065

Black with #029065

Text Example


Text Example

White with #029065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029065; }

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

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

background-color css

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

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

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

border-color css

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

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

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