#278D82

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

Shades of Elm #278D82

Tints of Elm #278D82

Color information

#278D82 (or 0x278D82) is unknown color: approx Elm. HEX triplet: 27, 8D and 82. RGB value is (39,141,130). Sum of RGB (Red+Green+Blue) = 39+141+130=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #278D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D82 is #D8727D. Grayscale: #6D6D6D. Windows color (decimal): -14185086 or 8555815. OLE color: 8555815.

HSL color Cylindrical-coordinate representation of color #278D82: hue angle of 173.53º degrees, saturation: 0.57, 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 #278D82 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB39141130-
CMYK0.7200.080.45
HSL173.53º56.67%35.29%-
HSV(B)173.53º72.34%55.29%-
XYZ14.3921.0924.43-
YUV109.25139.7177.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=12.58%
G=45.48%
B=41.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411300.7200.080.45173.5356.6735.29
Hex278D8248082Dae3923
Octal47215202110010552567143
Binary100111100011011000001010010000100010110110101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,141,130); }

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

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

 a { background-color: rgb(39,141,130); }

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

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

 span { border-color: rgb(39,141,130); }

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