#2D8776

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

Shades of Elm #2D8776

Tints of Elm #2D8776

Color information

#2D8776 (or 0x2D8776) is unknown color: approx Elm. HEX triplet: 2D, 87 and 76. RGB value is (45,135,118). Sum of RGB (Red+Green+Blue) = 45+135+118=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8776 is #D27889. Grayscale: #6A6A6A. Windows color (decimal): -13793418 or 7767853. OLE color: 7767853.

HSL color Cylindrical-coordinate representation of color #2D8776: hue angle of 168.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 #2D8776 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB45135118-
CMYK0.6700.130.47
HSL168.67º50%35.29%-
HSV(B)168.67º66.67%52.94%-
XYZ13.0219.1920.16-
YUV106.15134.6884.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=15.10%
G=45.30%
B=39.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451351180.6700.130.47168.675035.29
Hex2D8776430D2Fa93223
Octal55207166103015572516243
Binary10110110000111111011010000110110110111110101001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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