#2C8F75

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

Shades of Elf Green #2C8F75

Tints of Elf Green #2C8F75

Color information

#2C8F75 (or 0x2C8F75) is unknown color: approx Elf Green. HEX triplet: 2C, 8F and 75. RGB value is (44,143,117). Sum of RGB (Red+Green+Blue) = 44+143+117=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8F75 is #D3708A. Grayscale: #6E6E6E. Windows color (decimal): -13856907 or 7704364. OLE color: 7704364.

HSL color Cylindrical-coordinate representation of color #2C8F75: hue angle of 164.24º 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 #2C8F75 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB44143117-
CMYK0.6900.180.44
HSL164.24º52.94%36.67%-
HSV(B)164.24º69.23%56.08%-
XYZ14.0721.4620.23-
YUV110.43131.780.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=14.47%
G=47.04%
B=38.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441431170.6900.180.44164.2452.9436.67
Hex2C8F75450122Ca43525
Octal54217165105022542446545
Binary101100100011111110101100010101001010110010100100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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