#2C9072

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

Shades of Elf Green #2C9072

Tints of Elf Green #2C9072

Color information

#2C9072 (or 0x2C9072) is unknown color: approx Elf Green. HEX triplet: 2C, 90 and 72. RGB value is (44,144,114). Sum of RGB (Red+Green+Blue) = 44+144+114=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9072 is #D36F8D. Grayscale: #6E6E6E. Windows color (decimal): -13856654 or 7508012. OLE color: 7508012.

HSL color Cylindrical-coordinate representation of color #2C9072: hue angle of 162º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9072 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB44144114-
CMYK0.6900.210.44
HSL162º53.19%36.86%-
HSV(B)162º69.44%56.47%-
XYZ14.0521.719.37-
YUV110.68129.8780.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=14.57%
G=47.68%
B=37.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441441140.6900.210.4416253.1936.86
Hex2C9072450152Ca23525
Octal54220162105025542426545
Binary101100100100001110010100010101010110110010100010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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