#2C8475

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

Shades of Elm #2C8475

Tints of Elm #2C8475

Color information

#2C8475 (or 0x2C8475) is unknown color: approx Elm. HEX triplet: 2C, 84 and 75. RGB value is (44,132,117). Sum of RGB (Red+Green+Blue) = 44+132+117=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8475 is #D37B8A. Grayscale: #676767. Windows color (decimal): -13859723 or 7701548. OLE color: 7701548.

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

Color convert

RGB44132117-
CMYK0.6700.110.48
HSL169.77º50%34.51%-
HSV(B)169.77º66.67%51.76%-
XYZ12.518.3219.71-
YUV103.98135.3585.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.02%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=15.02%
G=45.05%
B=39.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321170.6700.110.48169.775034.51
Hex2C8475430B30aa3223
Octal54204165103013602526243
Binary10110010000100111010110000110101111000010101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,132,117); }

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

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

 a { background-color: rgb(44,132,117); }

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

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

 span { border-color: rgb(44,132,117); }

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