#278071

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

Shades of Elm #278071

Tints of Elm #278071

Color information

#278071 (or 0x278071) is unknown color: approx Elm. HEX triplet: 27, 80 and 71. RGB value is (39,128,113). Sum of RGB (Red+Green+Blue) = 39+128+113=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #278071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278071 is #D87F8E. Grayscale: #636363. Windows color (decimal): -14188431 or 7438375. OLE color: 7438375.

HSL color Cylindrical-coordinate representation of color #278071: hue angle of 169.89º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278071 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB39128113-
CMYK0.7000.120.50
HSL169.89º53.29%32.75%-
HSV(B)169.89º69.53%50.2%-
XYZ11.5417.0618.31-
YUV99.68135.5184.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=13.93%
G=45.71%
B=40.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391281130.7000.120.50169.8953.2932.75
Hex278071460C32aa3521
Octal47200161106014622526541
Binary10011110000000111000110001100110011001010101010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278071; }

 p { color: rgb(39,128,113); }

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

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

 a { background-color: rgb(39,128,113); }

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

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

 span { border-color: rgb(39,128,113); }

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