#2C8575

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

Shades of Elm #2C8575

Tints of Elm #2C8575

Color information

#2C8575 (or 0x2C8575) is unknown color: approx Elm. HEX triplet: 2C, 85 and 75. RGB value is (44,133,117). Sum of RGB (Red+Green+Blue) = 44+133+117=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8575 is #D37A8A. Grayscale: #686868. Windows color (decimal): -13859467 or 7701804. OLE color: 7701804.

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

Color convert

RGB44133117-
CMYK0.6700.120.48
HSL169.21º50.28%34.71%-
HSV(B)169.21º66.92%52.16%-
XYZ12.6418.5919.75-
YUV104.56135.0184.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=14.97%
G=45.24%
B=39.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331170.6700.120.48169.2150.2834.71
Hex2C8575430C30a93223
Octal54205165103014602516243
Binary10110010000101111010110000110110011000010101001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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