#299078

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

Shades of Elf Green #299078

Tints of Elf Green #299078

Color information

#299078 (or 0x299078) is unknown color: approx Elf Green. HEX triplet: 29, 90 and 78. RGB value is (41,144,120). Sum of RGB (Red+Green+Blue) = 41+144+120=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #299078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299078 is #D66F87. Grayscale: #6E6E6E. Windows color (decimal): -14053256 or 7901225. OLE color: 7901225.

HSL color Cylindrical-coordinate representation of color #299078: hue angle of 166.02º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299078 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB41144120-
CMYK0.7200.170.44
HSL166.02º55.68%36.27%-
HSV(B)166.02º71.53%56.47%-
XYZ14.2821.7721.22-
YUV110.47133.3878.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=13.44%
G=47.21%
B=39.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441200.7200.170.44166.0255.6836.27
Hex299078480112Ca63824
Octal51220170110021542467044
Binary101001100100001111000100100001000110110010100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299078; }

 p { color: rgb(41,144,120); }

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

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

 a { background-color: rgb(41,144,120); }

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

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

 span { border-color: rgb(41,144,120); }

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