#299175

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

Shades of Elf Green #299175

Tints of Elf Green #299175

Color information

#299175 (or 0x299175) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 75. RGB value is (41,145,117). Sum of RGB (Red+Green+Blue) = 41+145+117=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #299175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299175 is #D66E8A. Grayscale: #6E6E6E. Windows color (decimal): -14053003 or 7704873. OLE color: 7704873.

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

Color convert

RGB41145117-
CMYK0.7200.190.43
HSL163.85º55.91%36.47%-
HSV(B)163.85º71.72%56.86%-
XYZ14.2522.0120.33-
YUV110.71131.5478.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=13.53%
G=47.85%
B=38.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451170.7200.190.43163.8555.9136.47
Hex299175480132Ba43824
Octal51221165110023532447044
Binary101001100100011110101100100001001110101110100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299175; }

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

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

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

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

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

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

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

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