#2D8C7C

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

Shades of Elm #2D8C7C

Tints of Elm #2D8C7C

Color information

#2D8C7C (or 0x2D8C7C) is unknown color: approx Elm. HEX triplet: 2D, 8C and 7C. RGB value is (45,140,124). Sum of RGB (Red+Green+Blue) = 45+140+124=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C7C is #D27383. Grayscale: #6D6D6D. Windows color (decimal): -13792132 or 8162349. OLE color: 8162349.

HSL color Cylindrical-coordinate representation of color #2D8C7C: hue angle of 169.89º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8C7C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB45140124-
CMYK0.6800.110.45
HSL169.89º51.35%36.27%-
HSV(B)169.89º67.86%54.9%-
XYZ14.120.7722.33-
YUV109.77136.0381.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.56%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=14.56%
G=45.31%
B=40.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451401240.6800.110.45169.8951.3536.27
Hex2D8C7C440B2Daa3324
Octal55214174104013552526344
Binary10110110001100111110010001000101110110110101010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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