#278B84

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

Shades of Elm #278B84

Tints of Elm #278B84

Color information

#278B84 (or 0x278B84) is unknown color: approx Elm. HEX triplet: 27, 8B and 84. RGB value is (39,139,132). Sum of RGB (Red+Green+Blue) = 39+139+132=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #278B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B84 is #D8747B. Grayscale: #6C6C6C. Windows color (decimal): -14185596 or 8686375. OLE color: 8686375.

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

Color convert

RGB39139132-
CMYK0.7200.050.45
HSL175.8º56.18%34.9%-
HSV(B)175.8º71.94%54.51%-
XYZ14.2320.5625.05-
YUV108.3141.3778.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=12.58%
G=44.84%
B=42.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391320.7200.050.45175.856.1834.9
Hex278B8448052Db03823
Octal4721320411005552607043
Binary10011110001011100001001001000010110110110110000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,139,132); }

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

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

 a { background-color: rgb(39,139,132); }

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

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

 span { border-color: rgb(39,139,132); }

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