#298163

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

Shades of Elf Green #298163

Tints of Elf Green #298163

Color information

#298163 (or 0x298163) is unknown color: approx Elf Green. HEX triplet: 29, 81 and 63. RGB value is (41,129,99). Sum of RGB (Red+Green+Blue) = 41+129+99=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #298163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298163 is #D67E9C. Grayscale: #636363. Windows color (decimal): -14057117 or 6521129. OLE color: 6521129.

HSL color Cylindrical-coordinate representation of color #298163: hue angle of 159.55º 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 #298163 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB4112999-
CMYK0.6800.230.49
HSL159.55º51.76%33.33%-
HSV(B)159.55º68.22%50.59%-
XYZ11.0217.0714.52-
YUV99.27127.8586.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=15.24%
G=47.96%
B=36.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129990.6800.230.49159.5551.7633.33
Hex2981634401731a03421
Octal51201143104027612406441
Binary101001100000011100011100010001011111000110100000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298163; }

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

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

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

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

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

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

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

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