#298166

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

Shades of Elf Green #298166

Tints of Elf Green #298166

Color information

#298166 (or 0x298166) is unknown color: approx Elf Green. HEX triplet: 29, 81 and 66. RGB value is (41,129,102). Sum of RGB (Red+Green+Blue) = 41+129+102=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #298166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298166 is #D67E99. Grayscale: #636363. Windows color (decimal): -14057114 or 6717737. OLE color: 6717737.

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

Color convert

RGB41129102-
CMYK0.6800.210.49
HSL161.59º51.76%33.33%-
HSV(B)161.59º68.22%50.59%-
XYZ11.1617.1315.29-
YUV99.61129.3586.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=15.07%
G=47.43%
B=37.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291020.6800.210.49161.5951.7633.33
Hex2981664401531a23421
Octal51201146104025612426441
Binary101001100000011100110100010001010111000110100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298166; }

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

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

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

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

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

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

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

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