#2D8779

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

Shades of Elm #2D8779

Tints of Elm #2D8779

Color information

#2D8779 (or 0x2D8779) is unknown color: approx Elm. HEX triplet: 2D, 87 and 79. RGB value is (45,135,121). Sum of RGB (Red+Green+Blue) = 45+135+121=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8779 is #D27886. Grayscale: #6A6A6A. Windows color (decimal): -13793415 or 7964461. OLE color: 7964461.

HSL color Cylindrical-coordinate representation of color #2D8779: hue angle of 170.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8779 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB45135121-
CMYK0.6700.100.47
HSL170.67º50%35.29%-
HSV(B)170.67º66.67%52.94%-
XYZ13.219.2721.11-
YUV106.49136.1884.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=14.95%
G=44.85%
B=40.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451351210.6700.100.47170.675035.29
Hex2D8779430A2Fab3223
Octal55207171103012572536243
Binary10110110000111111100110000110101010111110101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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