Html Css Color HEX #029267 Observatory

📋 copy color: '#029267'

red 2 ◦ green 146 ◦ blue 103

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

Shades of Observatory #029267

Tints of Observatory #029267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.17%

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 0.8%
G = 58.17%
B = 41.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#029267 (or 0x029267) is known color: Observatory. HEX triplet: 02, 92 and 67. RGB value is (2,146,103). Sum of RGB (Red+Green+Blue) = 2+146+103=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #029267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029267 is #FD6D98. Grayscale: #626262. Windows color (decimal): -16608665 or 6787586. OLE color: 6787586.

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

Color convert

RGB 2 146 103 -
CMYK 0.99 0 0.29 0.43
HSL 162.08º 0.97% 0.29% -
HSV(B) 162.08º 0.99% 0.57% -
XYZ 12.75 21.55 16.32 -
YUV 98.04 130.79 59.5 -
System Red Green Blue C M Y K H S L
Decimal 2 146 103 0.99 0 0.29 0.43 162.08 0.97 0.29
Hex 2 92 67 63 0 1D 2B A2 61 1D
Octal 2 222 147 143 0 35 53 242 141 35
Binary 10 10010010 1100111 1100011 0 11101 101011 10100010 1100001 11101

Color Harmonies of #029267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029267

Black with #029267

Text Example


Text Example

White with #029267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029267; }

 p { color: rgb(2,146,103); }

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

background-color css

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

 a { background-color: rgb(2,146,103); }

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

border-color css

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

 span { border-color: rgb(2,146,103); }

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