#297F62

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

Shades of Elf Green #297F62

Tints of Elf Green #297F62

Color information

#297F62 (or 0x297F62) is unknown color: approx Elf Green. HEX triplet: 29, 7F and 62. RGB value is (41,127,98). Sum of RGB (Red+Green+Blue) = 41+127+98=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #297F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F62 is #D6809D. Grayscale: #626262. Windows color (decimal): -14057630 or 6455081. OLE color: 6455081.

HSL color Cylindrical-coordinate representation of color #297F62: hue angle of 159.77º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F62 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB4112798-
CMYK0.6800.230.50
HSL159.77º51.19%32.94%-
HSV(B)159.77º67.72%49.8%-
XYZ10.7116.5314.18-
YUV97.98128.0187.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=15.41%
G=47.74%
B=36.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41127980.6800.230.50159.7751.1932.94
Hex297F624401732a03321
Octal51177142104027622406341
Binary10100111111111100010100010001011111001010100000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297F62; }

 p { color: rgb(41,127,98); }

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

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

 a { background-color: rgb(41,127,98); }

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

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

 span { border-color: rgb(41,127,98); }

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