#299576

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

Shades of Elf Green #299576

Tints of Elf Green #299576

Color information

#299576 (or 0x299576) is unknown color: approx Elf Green. HEX triplet: 29, 95 and 76. RGB value is (41,149,118). Sum of RGB (Red+Green+Blue) = 41+149+118=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #299576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299576 is #D66A89. Grayscale: #717171. Windows color (decimal): -14051978 or 7771433. OLE color: 7771433.

HSL color Cylindrical-coordinate representation of color #299576: hue angle of 162.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299576 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB41149118-
CMYK0.7200.210.42
HSL162.78º56.84%37.25%-
HSV(B)162.78º72.48%58.43%-
XYZ14.9323.2720.84-
YUV113.17130.7276.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=13.31%
G=48.38%
B=38.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411491180.7200.210.42162.7856.8437.25
Hex299576480152Aa33925
Octal51225166110025522437145
Binary101001100101011110110100100001010110101010100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299576; }

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

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

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

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

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

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

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

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