#299470

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

Shades of Elf Green #299470

Tints of Elf Green #299470

Color information

#299470 (or 0x299470) is unknown color: approx Elf Green. HEX triplet: 29, 94 and 70. RGB value is (41,148,112). Sum of RGB (Red+Green+Blue) = 41+148+112=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #299470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299470 is #D66B8F. Grayscale: #6F6F6F. Windows color (decimal): -14052240 or 7377961. OLE color: 7377961.

HSL color Cylindrical-coordinate representation of color #299470: hue angle of 159.81º degrees, saturation: 0.57, 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 #299470 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB41148112-
CMYK0.7200.240.42
HSL159.81º56.61%37.06%-
HSV(B)159.81º72.3%58.04%-
XYZ14.4322.8218.97-
YUV111.9128.0577.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=13.62%
G=49.17%
B=37.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411481120.7200.240.42159.8156.6137.06
Hex299470480182Aa03925
Octal51224160110030522407145
Binary101001100101001110000100100001100010101010100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299470; }

 p { color: rgb(41,148,112); }

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

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

 a { background-color: rgb(41,148,112); }

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

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

 span { border-color: rgb(41,148,112); }

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