#299672

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

Shades of Elf Green #299672

Tints of Elf Green #299672

Color information

#299672 (or 0x299672) is unknown color: approx Elf Green. HEX triplet: 29, 96 and 72. RGB value is (41,150,114). Sum of RGB (Red+Green+Blue) = 41+150+114=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #299672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299672 is #D6698D. Grayscale: #717171. Windows color (decimal): -14051726 or 7509545. OLE color: 7509545.

HSL color Cylindrical-coordinate representation of color #299672: hue angle of 160.18º 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 #299672 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB41150114-
CMYK0.7300.240.41
HSL160.18º57.07%37.45%-
HSV(B)160.18º72.67%58.82%-
XYZ14.8623.519.67-
YUV113.3128.3976.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=13.44%
G=49.18%
B=37.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501140.7300.240.41160.1857.0737.45
Hex2996724901829a03925
Octal51226162111030512407145
Binary101001100101101110010100100101100010100110100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299672; }

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

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

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

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

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

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

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

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