#298866

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

Shades of Elf Green #298866

Tints of Elf Green #298866

Color information

#298866 (or 0x298866) is unknown color: approx Elf Green. HEX triplet: 29, 88 and 66. RGB value is (41,136,102). Sum of RGB (Red+Green+Blue) = 41+136+102=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #298866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298866 is #D67799. Grayscale: #676767. Windows color (decimal): -14055322 or 6719529. OLE color: 6719529.

HSL color Cylindrical-coordinate representation of color #298866: hue angle of 158.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298866 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB41136102-
CMYK0.7000.250.47
HSL158.53º53.67%34.71%-
HSV(B)158.53º69.85%53.33%-
XYZ12.1219.0415.61-
YUV103.72127.0383.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=14.70%
G=48.75%
B=36.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411361020.7000.250.47158.5353.6734.71
Hex298866460192F9f3623
Octal51210146106031572376643
Binary101001100010001100110100011001100110111110011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298866; }

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

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

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

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

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

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

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

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