#298467

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

Shades of Elf Green #298467

Tints of Elf Green #298467

Color information

#298467 (or 0x298467) is unknown color: approx Elf Green. HEX triplet: 29, 84 and 67. RGB value is (41,132,103). Sum of RGB (Red+Green+Blue) = 41+132+103=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #298467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298467 is #D67B98. Grayscale: #656565. Windows color (decimal): -14056345 or 6784041. OLE color: 6784041.

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

Color convert

RGB41132103-
CMYK0.6900.220.48
HSL160.88º52.6%33.92%-
HSV(B)160.88º68.94%51.76%-
XYZ11.6117.9515.69-
YUV101.48128.8584.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=14.86%
G=47.83%
B=37.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411321030.6900.220.48160.8852.633.92
Hex2984674501630a13522
Octal51204147105026602416542
Binary101001100001001100111100010101011011000010100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298467; }

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

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

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

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

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

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

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

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