#298E74

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

Shades of Elf Green #298E74

Tints of Elf Green #298E74

Color information

#298E74 (or 0x298E74) is unknown color: approx Elf Green. HEX triplet: 29, 8E and 74. RGB value is (41,142,116). Sum of RGB (Red+Green+Blue) = 41+142+116=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #298E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298E74 is #D6718B. Grayscale: #6C6C6C. Windows color (decimal): -14053772 or 7638569. OLE color: 7638569.

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

Color convert

RGB41142116-
CMYK0.7100.180.44
HSL164.55º55.19%35.88%-
HSV(B)164.55º71.13%55.69%-
XYZ13.7421.0819.87-
YUV108.84132.0479.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=13.71%
G=47.49%
B=38.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411421160.7100.180.44164.5555.1935.88
Hex298E74470122Ca53724
Octal51216164107022542456744
Binary101001100011101110100100011101001010110010100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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