#278272

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

Shades of Elm #278272

Tints of Elm #278272

Color information

#278272 (or 0x278272) is unknown color: approx Elm. HEX triplet: 27, 82 and 72. RGB value is (39,130,114). Sum of RGB (Red+Green+Blue) = 39+130+114=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #278272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278272 is #D87D8D. Grayscale: #646464. Windows color (decimal): -14187918 or 7504423. OLE color: 7504423.

HSL color Cylindrical-coordinate representation of color #278272: hue angle of 169.45º 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 #278272 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB39130114-
CMYK0.7000.120.49
HSL169.45º53.85%33.14%-
HSV(B)169.45º70%50.98%-
XYZ11.8617.6118.69-
YUV100.97135.3583.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=13.78%
G=45.94%
B=40.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391301140.7000.120.49169.4553.8533.14
Hex278272460C31a93621
Octal47202162106014612516641
Binary10011110000010111001010001100110011000110101001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278272; }

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

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

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

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

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

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

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

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