#299676

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

Shades of Elf Green #299676

Tints of Elf Green #299676

Color information

#299676 (or 0x299676) is unknown color: approx Elf Green. HEX triplet: 29, 96 and 76. RGB value is (41,150,118). Sum of RGB (Red+Green+Blue) = 41+150+118=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #299676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299676 is #D66989. Grayscale: #717171. Windows color (decimal): -14051722 or 7771689. OLE color: 7771689.

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

Color convert

RGB41150118-
CMYK0.7300.210.41
HSL162.39º57.07%37.45%-
HSV(B)162.39º72.67%58.82%-
XYZ15.0923.5920.9-
YUV113.76130.3976.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=13.27%
G=48.54%
B=38.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501180.7300.210.41162.3957.0737.45
Hex2996764901529a23925
Octal51226166111025512427145
Binary101001100101101110110100100101010110100110100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299676; }

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

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

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

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

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

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

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

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