#278C7A

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

Shades of Elm #278C7A

Tints of Elm #278C7A

Color information

#278C7A (or 0x278C7A) is unknown color: approx Elm. HEX triplet: 27, 8C and 7A. RGB value is (39,140,122). Sum of RGB (Red+Green+Blue) = 39+140+122=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #278C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C7A is #D87385. Grayscale: #6B6B6B. Windows color (decimal): -14185350 or 8031271. OLE color: 8031271.

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

Color convert

RGB39140122-
CMYK0.7200.130.45
HSL169.31º56.42%35.1%-
HSV(B)169.31º72.14%54.9%-
XYZ13.7320.5921.66-
YUV107.75136.0478.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=12.96%
G=46.51%
B=40.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391401220.7200.130.45169.3156.4235.1
Hex278C7A480D2Da93823
Octal47214172110015552517043
Binary10011110001100111101010010000110110110110101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,140,122); }

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

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

 a { background-color: rgb(39,140,122); }

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

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

 span { border-color: rgb(39,140,122); }

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