#299775

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

Shades of Elf Green #299775

Tints of Elf Green #299775

Color information

#299775 (or 0x299775) is unknown color: approx Elf Green. HEX triplet: 29, 97 and 75. RGB value is (41,151,117). Sum of RGB (Red+Green+Blue) = 41+151+117=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #299775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299775 is #D6688A. Grayscale: #727272. Windows color (decimal): -14051467 or 7706409. OLE color: 7706409.

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

Color convert

RGB41151117-
CMYK0.7300.230.41
HSL161.45º57.29%37.65%-
HSV(B)161.45º72.85%59.22%-
XYZ15.1923.8920.64-
YUV114.23129.5675.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=13.27%
G=48.87%
B=37.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411511170.7300.230.41161.4557.2937.65
Hex2997754901729a13926
Octal51227165111027512417146
Binary101001100101111110101100100101011110100110100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299775; }

 p { color: rgb(41,151,117); }

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

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

 a { background-color: rgb(41,151,117); }

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

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

 span { border-color: rgb(41,151,117); }

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