#298463

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

Shades of Elf Green #298463

Tints of Elf Green #298463

Color information

#298463 (or 0x298463) is unknown color: approx Elf Green. HEX triplet: 29, 84 and 63. RGB value is (41,132,99). Sum of RGB (Red+Green+Blue) = 41+132+99=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #298463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298463 is #D67B9C. Grayscale: #656565. Windows color (decimal): -14056349 or 6521897. OLE color: 6521897.

HSL color Cylindrical-coordinate representation of color #298463: hue angle of 158.24º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298463 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB4113299-
CMYK0.6900.250.48
HSL158.24º52.6%33.92%-
HSV(B)158.24º68.94%51.76%-
XYZ11.4217.8714.65-
YUV101.03126.8585.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 132 (51.95% from 255) = 48.53%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=15.07%
G=48.53%
B=36.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132990.6900.250.48158.2452.633.92
Hex29846345019309e3522
Octal51204143105031602366542
Binary101001100001001100011100010101100111000010011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298463; }

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

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

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

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

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

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

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

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