Html Css Color HEX #019270 Observatory

📋 copy color: '#019270'

red 1 ◦ green 146 ◦ blue 112

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

Shades of Observatory #019270

Tints of Observatory #019270

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 0.39%
G = 56.37%
B = 43.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#019270 (or 0x019270) is known color: Observatory. HEX triplet: 01, 92 and 70. RGB value is (1,146,112). Sum of RGB (Red+Green+Blue) = 1+146+112=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #019270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019270 is #FE6D8F. Grayscale: #626262. Windows color (decimal): -16674192 or 7377409. OLE color: 7377409.

HSL color Cylindrical-coordinate representation of color #019270: hue angle of 165.93º degrees, saturation: 0.99, 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 #019270 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 112 -
CMYK 0.99 0 0.23 0.43
HSL 165.93º 0.99% 0.29% -
HSV(B) 165.93º 0.99% 0.57% -
XYZ 13.22 21.73 18.83 -
YUV 98.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 1 146 112 0.99 0 0.23 0.43 165.93 0.99 0.29
Hex 1 92 70 63 0 17 2B A6 63 1D
Octal 1 222 160 143 0 27 53 246 143 35
Binary 1 10010010 1110000 1100011 0 10111 101011 10100110 1100011 11101

Color Harmonies of #019270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019270

Black with #019270

Text Example


Text Example

White with #019270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019270; }

 p { color: rgb(1,146,112); }

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

background-color css

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

 a { background-color: rgb(1,146,112); }

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

border-color css

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

 span { border-color: rgb(1,146,112); }

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