#207273

Color #207273 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #207273

Tints of Elm #207273

Color information

#207273 (or 0x207273) is unknown color: approx Elm. HEX triplet: 20, 72 and 73. RGB value is (32,114,115). Sum of RGB (Red+Green+Blue) = 32+114+115=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #207273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207273 is #DF8D8C. Grayscale: #595959. Windows color (decimal): -14650765 or 7565856. OLE color: 7565856.

HSL color Cylindrical-coordinate representation of color #207273: hue angle of 180.72º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207273 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32114115-
CMYK0.720.0100.55
HSL180.72º56.46%28.82%-
HSV(B)180.72º72.17%45.1%-
XYZ9.7113.5818.33-
YUV89.6142.3386.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=12.26%
G=43.68%
B=44.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141150.720.0100.55180.7256.4628.82
Hex207273481037b5381d
Octal4016216311010672657035
Binary100000111001011100111001000101101111011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207273; }

 p { color: rgb(32,114,115); }

 H1.HeaderClassName
 {
   color: #207273;
 }
 .AnyTagClassName
 {
   color: #207273;
 }
</style>
background-color css

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

 a { background-color: rgb(32,114,115); }

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

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

 span { border-color: rgb(32,114,115); }

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