#298564

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

Shades of Elf Green #298564

Tints of Elf Green #298564

Color information

#298564 (or 0x298564) is unknown color: approx Elf Green. HEX triplet: 29, 85 and 64. RGB value is (41,133,100). Sum of RGB (Red+Green+Blue) = 41+133+100=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #298564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298564 is #D67A9B. Grayscale: #656565. Windows color (decimal): -14056092 or 6587689. OLE color: 6587689.

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

Color convert

RGB41133100-
CMYK0.6900.250.48
HSL158.48º52.87%34.12%-
HSV(B)158.48º69.17%52.16%-
XYZ11.618.1714.95-
YUV101.73127.0284.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=14.96%
G=48.54%
B=36.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411331000.6900.250.48158.4852.8734.12
Hex29856445019309e3522
Octal51205144105031602366542
Binary101001100001011100100100010101100111000010011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298564; }

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

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

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

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

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

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

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

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