#2D847D

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

Shades of Elm #2D847D

Tints of Elm #2D847D

Color information

#2D847D (or 0x2D847D) is unknown color: approx Elm. HEX triplet: 2D, 84 and 7D. RGB value is (45,132,125). Sum of RGB (Red+Green+Blue) = 45+132+125=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #2D847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D847D is #D27B82. Grayscale: #696969. Windows color (decimal): -13794179 or 8225837. OLE color: 8225837.

HSL color Cylindrical-coordinate representation of color #2D847D: hue angle of 175.17º 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 #2D847D is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB45132125-
CMYK0.6600.050.48
HSL175.17º49.15%34.71%-
HSV(B)175.17º65.91%51.76%-
XYZ13.0418.5422.29-
YUV105.19139.1885.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=14.90%
G=43.71%
B=41.39%

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
Decimal451321250.6600.050.48175.1749.1534.71
Hex2D847D420530af3123
Octal5520417510205602576143
Binary1011011000010011111011000010010111000010101111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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