#298B64

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

Shades of Elf Green #298B64

Tints of Elf Green #298B64

Color information

#298B64 (or 0x298B64) is unknown color: approx Elf Green. HEX triplet: 29, 8B and 64. RGB value is (41,139,100). Sum of RGB (Red+Green+Blue) = 41+139+100=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #298B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B64 is #D6749B. Grayscale: #696969. Windows color (decimal): -14054556 or 6589225. OLE color: 6589225.

HSL color Cylindrical-coordinate representation of color #298B64: hue angle of 156.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B64 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB41139100-
CMYK0.7100.280.45
HSL156.12º54.44%35.29%-
HSV(B)156.12º70.5%54.51%-
XYZ12.4519.8615.23-
YUV105.25125.0382.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=14.64%
G=49.64%
B=35.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391000.7100.280.45156.1254.4435.29
Hex298B644701C2D9c3623
Octal51213144107034552346643
Binary101001100010111100100100011101110010110110011100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B64; }

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

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

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

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

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

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

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

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