#2D716E

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

Shades of Elm #2D716E

Tints of Elm #2D716E

Color information

#2D716E (or 0x2D716E) is unknown color: approx Elm. HEX triplet: 2D, 71 and 6E. RGB value is (45,113,110). Sum of RGB (Red+Green+Blue) = 45+113+110=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #2D716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D716E is #D28E91. Grayscale: #5C5C5C. Windows color (decimal): -13799058 or 7237933. OLE color: 7237933.

HSL color Cylindrical-coordinate representation of color #2D716E: hue angle of 177.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D716E is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB45113110-
CMYK0.6000.030.56
HSL177.35º43.04%30.98%-
HSV(B)177.35º60.18%44.31%-
XYZ9.813.4916.84-
YUV92.33137.9794.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.79%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=16.79%
G=42.16%
B=41.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal451131100.6000.030.56177.3543.0430.98
Hex2D716E3C0338b12b1f
Octal551611567403702615337
Binary101101111000111011101111000111110001011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,110); }

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

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

 a { background-color: rgb(45,113,110); }

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

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

 span { border-color: rgb(45,113,110); }

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