#278276

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

Shades of Elm #278276

Tints of Elm #278276

Color information

#278276 (or 0x278276) is unknown color: approx Elm. HEX triplet: 27, 82 and 76. RGB value is (39,130,118). Sum of RGB (Red+Green+Blue) = 39+130+118=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #278276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278276 is #D87D89. Grayscale: #656565. Windows color (decimal): -14187914 or 7766567. OLE color: 7766567.

HSL color Cylindrical-coordinate representation of color #278276: hue angle of 172.09º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278276 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB39130118-
CMYK0.7000.090.49
HSL172.09º53.85%33.14%-
HSV(B)172.09º70%50.98%-
XYZ12.0917.719.92-
YUV101.42137.3583.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=13.59%
G=45.30%
B=41.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391301180.7000.090.49172.0953.8533.14
Hex278276460931ac3621
Octal47202166106011612546641
Binary10011110000010111011010001100100111000110101100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278276; }

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

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

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

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

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

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

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

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