#278172

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

Shades of Elm #278172

Tints of Elm #278172

Color information

#278172 (or 0x278172) is unknown color: approx Elm. HEX triplet: 27, 81 and 72. RGB value is (39,129,114). Sum of RGB (Red+Green+Blue) = 39+129+114=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #278172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278172 is #D87E8D. Grayscale: #646464. Windows color (decimal): -14188174 or 7504167. OLE color: 7504167.

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

Color convert

RGB39129114-
CMYK0.7000.120.49
HSL170º53.57%32.94%-
HSV(B)170º69.77%50.59%-
XYZ11.7217.3518.65-
YUV100.38135.6884.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=13.83%
G=45.74%
B=40.43%

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
Decimal391291140.7000.120.4917053.5732.94
Hex278172460C31aa3621
Octal47201162106014612526641
Binary10011110000001111001010001100110011000110101010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278172; }

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

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

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

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

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

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

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

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