#299076

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

Shades of Elf Green #299076

Tints of Elf Green #299076

Color information

#299076 (or 0x299076) is unknown color: approx Elf Green. HEX triplet: 29, 90 and 76. RGB value is (41,144,118). Sum of RGB (Red+Green+Blue) = 41+144+118=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #299076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299076 is #D66F89. Grayscale: #6E6E6E. Windows color (decimal): -14053258 or 7770153. OLE color: 7770153.

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

Color convert

RGB41144118-
CMYK0.7200.180.44
HSL164.85º55.68%36.27%-
HSV(B)164.85º71.53%56.47%-
XYZ14.1621.7320.59-
YUV110.24132.3878.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=13.53%
G=47.52%
B=38.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441180.7200.180.44164.8555.6836.27
Hex299076480122Ca53824
Octal51220166110022542457044
Binary101001100100001110110100100001001010110010100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299076; }

 p { color: rgb(41,144,118); }

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

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

 a { background-color: rgb(41,144,118); }

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

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

 span { border-color: rgb(41,144,118); }

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