#278F7F

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

Shades of Elm #278F7F

Tints of Elm #278F7F

Color information

#278F7F (or 0x278F7F) is unknown color: approx Elm. HEX triplet: 27, 8F and 7F. RGB value is (39,143,127). Sum of RGB (Red+Green+Blue) = 39+143+127=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #278F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278F7F is #D87080. Grayscale: #6E6E6E. Windows color (decimal): -14184577 or 8359719. OLE color: 8359719.

HSL color Cylindrical-coordinate representation of color #278F7F: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278F7F is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB39143127-
CMYK0.7300.110.44
HSL170.77º57.14%35.69%-
HSV(B)170.77º72.73%56.08%-
XYZ14.4921.6123.49-
YUV110.08137.5477.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 127 (50% from 255) = 41.10%
R=12.62%
G=46.28%
B=41.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391431270.7300.110.44170.7757.1435.69
Hex278F7F490B2Cab3924
Octal47217177111013542537144
Binary10011110001111111111110010010101110110010101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,143,127); }

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

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

 a { background-color: rgb(39,143,127); }

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

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

 span { border-color: rgb(39,143,127); }

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