#2C9472

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

Shades of Elf Green #2C9472

Tints of Elf Green #2C9472

Color information

#2C9472 (or 0x2C9472) is unknown color: approx Elf Green. HEX triplet: 2C, 94 and 72. RGB value is (44,148,114). Sum of RGB (Red+Green+Blue) = 44+148+114=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9472 is #D36B8D. Grayscale: #717171. Windows color (decimal): -13855630 or 7509036. OLE color: 7509036.

HSL color Cylindrical-coordinate representation of color #2C9472: hue angle of 160.38º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9472 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB44148114-
CMYK0.7000.230.42
HSL160.38º54.17%37.65%-
HSV(B)160.38º70.27%58.04%-
XYZ14.6722.9319.57-
YUV113.03128.5478.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=14.38%
G=48.37%
B=37.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal441481140.7000.230.42160.3854.1737.65
Hex2C9472460172Aa03626
Octal54224162106027522406646
Binary101100100101001110010100011001011110101010100000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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