#298664

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

Shades of Elf Green #298664

Tints of Elf Green #298664

Color information

#298664 (or 0x298664) is unknown color: approx Elf Green. HEX triplet: 29, 86 and 64. RGB value is (41,134,100). Sum of RGB (Red+Green+Blue) = 41+134+100=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #298664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298664 is #D6799B. Grayscale: #666666. Windows color (decimal): -14055836 or 6587945. OLE color: 6587945.

HSL color Cylindrical-coordinate representation of color #298664: hue angle of 158.06º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298664 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB41134100-
CMYK0.6900.250.47
HSL158.06º53.14%34.31%-
HSV(B)158.06º69.4%52.55%-
XYZ11.7418.4415-
YUV102.32126.6984.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=14.91%
G=48.73%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341000.6900.250.47158.0653.1434.31
Hex298664450192F9e3522
Octal51206144105031572366542
Binary101001100001101100100100010101100110111110011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298664; }

 p { color: rgb(41,134,100); }

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

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

 a { background-color: rgb(41,134,100); }

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

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

 span { border-color: rgb(41,134,100); }

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