#298161

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

Shades of Elf Green #298161

Tints of Elf Green #298161

Color information

#298161 (or 0x298161) is unknown color: approx Elf Green. HEX triplet: 29, 81 and 61. RGB value is (41,129,97). Sum of RGB (Red+Green+Blue) = 41+129+97=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #298161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298161 is #D67E9E. Grayscale: #636363. Windows color (decimal): -14057119 or 6390057. OLE color: 6390057.

HSL color Cylindrical-coordinate representation of color #298161: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298161 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB4112997-
CMYK0.6800.250.49
HSL158.18º51.76%33.33%-
HSV(B)158.18º68.22%50.59%-
XYZ10.9217.0314.02-
YUV99.04126.8586.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 129 (50.78% from 255) = 48.31%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=15.36%
G=48.31%
B=36.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129970.6800.250.49158.1851.7633.33
Hex29816144019319e3421
Octal51201141104031612366441
Binary101001100000011100001100010001100111000110011110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298161; }

 p { color: rgb(41,129,97); }

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

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

 a { background-color: rgb(41,129,97); }

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

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

 span { border-color: rgb(41,129,97); }

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