#299378

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

Shades of Elf Green #299378

Tints of Elf Green #299378

Color information

#299378 (or 0x299378) is unknown color: approx Elf Green. HEX triplet: 29, 93 and 78. RGB value is (41,147,120). Sum of RGB (Red+Green+Blue) = 41+147+120=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #299378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299378 is #D66C87. Grayscale: #707070. Windows color (decimal): -14052488 or 7901993. OLE color: 7901993.

HSL color Cylindrical-coordinate representation of color #299378: hue angle of 164.72º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299378 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB41147120-
CMYK0.7200.180.42
HSL164.72º56.38%36.86%-
HSV(B)164.72º72.11%57.65%-
XYZ14.7422.6921.37-
YUV112.23132.3877.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=13.31%
G=47.73%
B=38.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471200.7200.180.42164.7256.3836.86
Hex299378480122Aa53825
Octal51223170110022522457045
Binary101001100100111111000100100001001010101010100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299378; }

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

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

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

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

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

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

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

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