#2C7872

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

Shades of Elm #2C7872

Tints of Elm #2C7872

Color information

#2C7872 (or 0x2C7872) is unknown color: approx Elm. HEX triplet: 2C, 78 and 72. RGB value is (44,120,114). Sum of RGB (Red+Green+Blue) = 44+120+114=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7872 is #D3878D. Grayscale: #606060. Windows color (decimal): -13862798 or 7501868. OLE color: 7501868.

HSL color Cylindrical-coordinate representation of color #2C7872: hue angle of 175.26º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7872 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB44120114-
CMYK0.6300.050.53
HSL175.26º46.34%32.16%-
HSV(B)175.26º63.33%47.06%-
XYZ10.7915.1818.28-
YUV96.59137.8290.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=15.83%
G=43.17%
B=41.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441201140.6300.050.53175.2646.3432.16
Hex2C78723F0535af2e20
Octal541701627705652575640
Binary10110011110001110010111111010111010110101111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,120,114); }

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

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

 a { background-color: rgb(44,120,114); }

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

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

 span { border-color: rgb(44,120,114); }

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