#2D847E

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

Shades of Elm #2D847E

Tints of Elm #2D847E

Color information

#2D847E (or 0x2D847E) is unknown color: approx Elm. HEX triplet: 2D, 84 and 7E. RGB value is (45,132,126). Sum of RGB (Red+Green+Blue) = 45+132+126=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #2D847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D847E is #D27B81. Grayscale: #696969. Windows color (decimal): -13794178 or 8291373. OLE color: 8291373.

HSL color Cylindrical-coordinate representation of color #2D847E: hue angle of 175.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D847E is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB45132126-
CMYK0.6600.050.48
HSL175.86º49.15%34.71%-
HSV(B)175.86º65.91%51.76%-
XYZ13.118.5722.63-
YUV105.3139.6884.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=14.85%
G=43.56%
B=41.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451321260.6600.050.48175.8649.1534.71
Hex2D847E420530b03123
Octal5520417610205602606143
Binary1011011000010011111101000010010111000010110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,126); }

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

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

 a { background-color: rgb(45,132,126); }

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

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

 span { border-color: rgb(45,132,126); }

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