#2D716F

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

Shades of Elm #2D716F

Tints of Elm #2D716F

Color information

#2D716F (or 0x2D716F) is unknown color: approx Elm. HEX triplet: 2D, 71 and 6F. RGB value is (45,113,111). Sum of RGB (Red+Green+Blue) = 45+113+111=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #2D716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D716F is #D28E90. Grayscale: #5C5C5C. Windows color (decimal): -13799057 or 7303469. OLE color: 7303469.

HSL color Cylindrical-coordinate representation of color #2D716F: hue angle of 178.24º 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 #2D716F is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB45113111-
CMYK0.6000.020.56
HSL178.24º43.04%30.98%-
HSV(B)178.24º60.18%44.31%-
XYZ9.8613.5217.13-
YUV92.44138.4794.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.73%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=16.73%
G=42.01%
B=41.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal451131110.6000.020.56178.2443.0430.98
Hex2D716F3C0238b22b1f
Octal551611577402702625337
Binary101101111000111011111111000101110001011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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