#278D7D

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

Shades of Elm #278D7D

Tints of Elm #278D7D

Color information

#278D7D (or 0x278D7D) is unknown color: approx Elm. HEX triplet: 27, 8D and 7D. RGB value is (39,141,125). Sum of RGB (Red+Green+Blue) = 39+141+125=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #278D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278D7D is #D87282. Grayscale: #6C6C6C. Windows color (decimal): -14185091 or 8228135. OLE color: 8228135.

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

Color convert

RGB39141125-
CMYK0.7200.110.45
HSL170.59º56.67%35.29%-
HSV(B)170.59º72.34%55.29%-
XYZ14.0620.9622.71-
YUV108.68137.2178.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=12.79%
G=46.23%
B=40.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411250.7200.110.45170.5956.6735.29
Hex278D7D480B2Dab3923
Octal47215175110013552537143
Binary10011110001101111110110010000101110110110101011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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