#298165

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

Shades of Elf Green #298165

Tints of Elf Green #298165

Color information

#298165 (or 0x298165) is unknown color: approx Elf Green. HEX triplet: 29, 81 and 65. RGB value is (41,129,101). Sum of RGB (Red+Green+Blue) = 41+129+101=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #298165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298165 is #D67E9A. Grayscale: #636363. Windows color (decimal): -14057115 or 6652201. OLE color: 6652201.

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

Color convert

RGB41129101-
CMYK0.6800.220.49
HSL160.91º51.76%33.33%-
HSV(B)160.91º68.22%50.59%-
XYZ11.1117.1115.03-
YUV99.5128.8586.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=15.13%
G=47.60%
B=37.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291010.6800.220.49160.9151.7633.33
Hex2981654401631a13421
Octal51201145104026612416441
Binary101001100000011100101100010001011011000110100001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298165; }

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

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

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

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

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

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

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

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