#278A81

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

Shades of Elm #278A81

Tints of Elm #278A81

Color information

#278A81 (or 0x278A81) is unknown color: approx Elm. HEX triplet: 27, 8A and 81. RGB value is (39,138,129). Sum of RGB (Red+Green+Blue) = 39+138+129=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #278A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278A81 is #D8757E. Grayscale: #6B6B6B. Windows color (decimal): -14185855 or 8489511. OLE color: 8489511.

HSL color Cylindrical-coordinate representation of color #278A81: hue angle of 174.55º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278A81 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB39138129-
CMYK0.7200.070.46
HSL174.55º55.93%34.71%-
HSV(B)174.55º71.74%54.12%-
XYZ13.8920.1923.93-
YUV107.37140.279.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=12.75%
G=45.10%
B=42.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391381290.7200.070.46174.5555.9334.71
Hex278A8148072Eaf3823
Octal4721220111007562577043
Binary10011110001010100000011001000011110111010101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278A81; }

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

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

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

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

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

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

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

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