#298970

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

Shades of Elf Green #298970

Tints of Elf Green #298970

Color information

#298970 (or 0x298970) is unknown color: approx Elf Green. HEX triplet: 29, 89 and 70. RGB value is (41,137,112). Sum of RGB (Red+Green+Blue) = 41+137+112=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #298970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298970 is #D6768F. Grayscale: #696969. Windows color (decimal): -14055056 or 7375145. OLE color: 7375145.

HSL color Cylindrical-coordinate representation of color #298970: hue angle of 164.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298970 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB41137112-
CMYK0.7000.180.46
HSL164.38º53.93%34.9%-
HSV(B)164.38º70.07%53.73%-
XYZ12.7819.5318.43-
YUV105.45131.782.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=14.14%
G=47.24%
B=38.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411371120.7000.180.46164.3853.9334.9
Hex298970460122Ea43623
Octal51211160106022562446643
Binary101001100010011110000100011001001010111010100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298970; }

 p { color: rgb(41,137,112); }

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

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

 a { background-color: rgb(41,137,112); }

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

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

 span { border-color: rgb(41,137,112); }

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