#298B70

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

Shades of Elf Green #298B70

Tints of Elf Green #298B70

Color information

#298B70 (or 0x298B70) is unknown color: approx Elf Green. HEX triplet: 29, 8B and 70. RGB value is (41,139,112). Sum of RGB (Red+Green+Blue) = 41+139+112=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #298B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B70 is #D6748F. Grayscale: #6A6A6A. Windows color (decimal): -14054544 or 7375657. OLE color: 7375657.

HSL color Cylindrical-coordinate representation of color #298B70: hue angle of 163.47º 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 #298B70 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB41139112-
CMYK0.7100.190.45
HSL163.47º54.44%35.29%-
HSV(B)163.47º70.5%54.51%-
XYZ13.0720.1118.52-
YUV106.62131.0381.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=14.04%
G=47.60%
B=38.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391120.7100.190.45163.4754.4435.29
Hex298B70470132Da33623
Octal51213160107023552436643
Binary101001100010111110000100011101001110110110100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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