#2D7774

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

Shades of Elm #2D7774

Tints of Elm #2D7774

Color information

#2D7774 (or 0x2D7774) is unknown color: approx Elm. HEX triplet: 2D, 77 and 74. RGB value is (45,119,116). Sum of RGB (Red+Green+Blue) = 45+119+116=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7774 is #D2888B. Grayscale: #606060. Windows color (decimal): -13797516 or 7632685. OLE color: 7632685.

HSL color Cylindrical-coordinate representation of color #2D7774: hue angle of 177.57º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7774 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB45119116-
CMYK0.6200.030.53
HSL177.57º45.12%32.16%-
HSV(B)177.57º62.18%46.67%-
XYZ10.8315.0118.85-
YUV96.53138.9891.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=16.07%
G=42.5%
B=41.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451191160.6200.030.53177.5745.1232.16
Hex2D77743E0335b22d20
Octal551671647603652625540
Binary1011011110111111010011111001111010110110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D7774; }

 p { color: rgb(45,119,116); }

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

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

 a { background-color: rgb(45,119,116); }

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

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

 span { border-color: rgb(45,119,116); }

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