#2D887C

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

Shades of Elm #2D887C

Tints of Elm #2D887C

Color information

#2D887C (or 0x2D887C) is unknown color: approx Elm. HEX triplet: 2D, 88 and 7C. RGB value is (45,136,124). Sum of RGB (Red+Green+Blue) = 45+136+124=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #2D887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D887C is #D27783. Grayscale: #6B6B6B. Windows color (decimal): -13793156 or 8161325. OLE color: 8161325.

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

Color convert

RGB45136124-
CMYK0.6700.090.47
HSL172.09º50.28%35.49%-
HSV(B)172.09º66.91%53.33%-
XYZ13.5219.6222.14-
YUV107.42137.3583.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.75%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=14.75%
G=44.59%
B=40.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451361240.6700.090.47172.0950.2835.49
Hex2D887C43092Fac3223
Octal55210174103011572546243
Binary10110110001000111110010000110100110111110101100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,124); }

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

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

 a { background-color: rgb(45,136,124); }

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

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

 span { border-color: rgb(45,136,124); }

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