#2D8A79

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

Shades of Elm #2D8A79

Tints of Elm #2D8A79

Color information

#2D8A79 (or 0x2D8A79) is unknown color: approx Elm. HEX triplet: 2D, 8A and 79. RGB value is (45,138,121). Sum of RGB (Red+Green+Blue) = 45+138+121=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A79 is #D27586. Grayscale: #6C6C6C. Windows color (decimal): -13792647 or 7965229. OLE color: 7965229.

HSL color Cylindrical-coordinate representation of color #2D8A79: hue angle of 169.03º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A79 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB45138121-
CMYK0.6700.120.46
HSL169.03º50.82%35.88%-
HSV(B)169.03º67.39%54.12%-
XYZ13.6220.1221.25-
YUV108.26135.1982.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.80%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=14.80%
G=45.39%
B=39.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451381210.6700.120.46169.0350.8235.88
Hex2D8A79430C2Ea93324
Octal55212171103014562516344
Binary10110110001010111100110000110110010111010101001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,138,121); }

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

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

 a { background-color: rgb(45,138,121); }

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

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

 span { border-color: rgb(45,138,121); }

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