#278681

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

Shades of Elm #278681

Tints of Elm #278681

Color information

#278681 (or 0x278681) is unknown color: approx Elm. HEX triplet: 27, 86 and 81. RGB value is (39,134,129). Sum of RGB (Red+Green+Blue) = 39+134+129=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #278681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278681 is #D8797E. Grayscale: #686868. Windows color (decimal): -14186879 or 8488487. OLE color: 8488487.

HSL color Cylindrical-coordinate representation of color #278681: hue angle of 176.84º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278681 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB39134129-
CMYK0.7100.040.47
HSL176.84º54.91%33.92%-
HSV(B)176.84º70.9%52.55%-
XYZ13.3219.0723.75-
YUV105.02141.5380.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.91%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=12.91%
G=44.37%
B=42.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341290.7100.040.47176.8454.9133.92
Hex27868147042Fb13722
Octal4720620110704572616742
Binary10011110000110100000011000111010010111110110001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278681; }

 p { color: rgb(39,134,129); }

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

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

 a { background-color: rgb(39,134,129); }

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

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

 span { border-color: rgb(39,134,129); }

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