#298A70

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

Shades of Elf Green #298A70

Tints of Elf Green #298A70

Color information

#298A70 (or 0x298A70) is unknown color: approx Elf Green. HEX triplet: 29, 8A and 70. RGB value is (41,138,112). Sum of RGB (Red+Green+Blue) = 41+138+112=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #298A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A70 is #D6758F. Grayscale: #6A6A6A. Windows color (decimal): -14054800 or 7375401. OLE color: 7375401.

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

Color convert

RGB41138112-
CMYK0.7000.190.46
HSL163.92º54.19%35.1%-
HSV(B)163.92º70.29%54.12%-
XYZ12.9319.8218.47-
YUV106.03131.3681.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=14.09%
G=47.42%
B=38.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411381120.7000.190.46163.9254.1935.1
Hex298A70460132Ea43623
Octal51212160106023562446643
Binary101001100010101110000100011001001110111010100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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