#277971

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

Shades of Elm #277971

Tints of Elm #277971

Color information

#277971 (or 0x277971) is unknown color: approx Elm. HEX triplet: 27, 79 and 71. RGB value is (39,121,113). Sum of RGB (Red+Green+Blue) = 39+121+113=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #277971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277971 is #D8868E. Grayscale: #5F5F5F. Windows color (decimal): -14190223 or 7436583. OLE color: 7436583.

HSL color Cylindrical-coordinate representation of color #277971: hue angle of 174.15º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277971 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB39121113-
CMYK0.6800.070.53
HSL174.15º51.25%31.37%-
HSV(B)174.15º67.77%47.45%-
XYZ10.6515.318.01-
YUV95.57137.8387.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 121 (47.66% from 255) = 44.32%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=14.29%
G=44.32%
B=41.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391211130.6800.070.53174.1551.2531.37
Hex277971440735ae331f
Octal4717116110407652566337
Binary10011111110011110001100010001111101011010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277971; }

 p { color: rgb(39,121,113); }

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

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

 a { background-color: rgb(39,121,113); }

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

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

 span { border-color: rgb(39,121,113); }

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