#298E6F

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

Shades of Elf Green #298E6F

Tints of Elf Green #298E6F

Color information

#298E6F (or 0x298E6F) is unknown color: approx Elf Green. HEX triplet: 29, 8E and 6F. RGB value is (41,142,111). Sum of RGB (Red+Green+Blue) = 41+142+111=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #298E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298E6F is #D67190. Grayscale: #6C6C6C. Windows color (decimal): -14053777 or 7310889. OLE color: 7310889.

HSL color Cylindrical-coordinate representation of color #298E6F: hue angle of 161.58º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E6F is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB41142111-
CMYK0.7100.220.44
HSL161.58º55.19%35.88%-
HSV(B)161.58º71.13%55.69%-
XYZ13.4620.9718.38-
YUV108.27129.5480.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=13.95%
G=48.30%
B=37.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411421110.7100.220.44161.5855.1935.88
Hex298E6F470162Ca23724
Octal51216157107026542426744
Binary101001100011101101111100011101011010110010100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,142,111); }

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

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

 a { background-color: rgb(41,142,111); }

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

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

 span { border-color: rgb(41,142,111); }

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