#298B6A

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

Shades of Elf Green #298B6A

Tints of Elf Green #298B6A

Color information

#298B6A (or 0x298B6A) is unknown color: approx Elf Green. HEX triplet: 29, 8B and 6A. RGB value is (41,139,106). Sum of RGB (Red+Green+Blue) = 41+139+106=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #298B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B6A is #D67495. Grayscale: #696969. Windows color (decimal): -14054550 or 6982441. OLE color: 6982441.

HSL color Cylindrical-coordinate representation of color #298B6A: hue angle of 159.8º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B6A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB41139106-
CMYK0.7100.240.45
HSL159.8º54.44%35.29%-
HSV(B)159.8º70.5%54.51%-
XYZ12.7519.9816.82-
YUV105.94128.0381.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=14.34%
G=48.60%
B=37.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391060.7100.240.45159.854.4435.29
Hex298B6A470182Da03623
Octal51213152107030552406643
Binary101001100010111101010100011101100010110110100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,106); }

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

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

 a { background-color: rgb(41,139,106); }

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

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

 span { border-color: rgb(41,139,106); }

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