#298670

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

Shades of Elf Green #298670

Tints of Elf Green #298670

Color information

#298670 (or 0x298670) is unknown color: approx Elf Green. HEX triplet: 29, 86 and 70. RGB value is (41,134,112). Sum of RGB (Red+Green+Blue) = 41+134+112=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #298670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298670 is #D6798F. Grayscale: #676767. Windows color (decimal): -14055824 or 7374377. OLE color: 7374377.

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

Color convert

RGB41134112-
CMYK0.6900.160.47
HSL165.81º53.14%34.31%-
HSV(B)165.81º69.4%52.55%-
XYZ12.3618.6918.29-
YUV103.68132.6983.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=14.29%
G=46.69%
B=39.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341120.6900.160.47165.8153.1434.31
Hex298670450102Fa63522
Octal51206160105020572466542
Binary101001100001101110000100010101000010111110100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298670; }

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

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

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

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

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

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

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

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