#2D8E81

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

Shades of Elm #2D8E81

Tints of Elm #2D8E81

Color information

#2D8E81 (or 0x2D8E81) is unknown color: approx Elm. HEX triplet: 2D, 8E and 81. RGB value is (45,142,129). Sum of RGB (Red+Green+Blue) = 45+142+129=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8E81 is #D2717E. Grayscale: #6F6F6F. Windows color (decimal): -13791615 or 8490541. OLE color: 8490541.

HSL color Cylindrical-coordinate representation of color #2D8E81: hue angle of 171.96º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8E81 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB45142129-
CMYK0.6800.090.44
HSL171.96º51.87%36.67%-
HSV(B)171.96º68.31%55.69%-
XYZ14.7221.4924.14-
YUV111.52137.8680.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.24%
GREEN value IS 142 (55.86% from 255) = 44.94%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=14.24%
G=44.94%
B=40.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451421290.6800.090.44171.9651.8736.67
Hex2D8E8144092Cac3425
Octal55216201104011542546445
Binary101101100011101000000110001000100110110010101100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,142,129); }

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

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

 a { background-color: rgb(45,142,129); }

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

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

 span { border-color: rgb(45,142,129); }

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