#2C8E6F

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

Shades of Elf Green #2C8E6F

Tints of Elf Green #2C8E6F

Color information

#2C8E6F (or 0x2C8E6F) is unknown color: approx Elf Green. HEX triplet: 2C, 8E and 6F. RGB value is (44,142,111). Sum of RGB (Red+Green+Blue) = 44+142+111=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E6F is #D37190. Grayscale: #6D6D6D. Windows color (decimal): -13857169 or 7310892. OLE color: 7310892.

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

Color convert

RGB44142111-
CMYK0.6900.220.44
HSL161.02º52.69%36.47%-
HSV(B)161.02º69.01%55.69%-
XYZ13.5821.0318.38-
YUV109.16129.0381.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=14.81%
G=47.81%
B=37.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441421110.6900.220.44161.0252.6936.47
Hex2C8E6F450162Ca13524
Octal54216157105026542416544
Binary101100100011101101111100010101011010110010100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,142,111); }

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

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

 a { background-color: rgb(44,142,111); }

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

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

 span { border-color: rgb(44,142,111); }

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