#299770

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

Shades of Elf Green #299770

Tints of Elf Green #299770

Color information

#299770 (or 0x299770) is unknown color: approx Elf Green. HEX triplet: 29, 97 and 70. RGB value is (41,151,112). Sum of RGB (Red+Green+Blue) = 41+151+112=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #299770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299770 is #D6688F. Grayscale: #717171. Windows color (decimal): -14051472 or 7378729. OLE color: 7378729.

HSL color Cylindrical-coordinate representation of color #299770: hue angle of 158.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299770 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB41151112-
CMYK0.7300.260.41
HSL158.73º57.29%37.65%-
HSV(B)158.73º72.85%59.22%-
XYZ14.9123.7719.13-
YUV113.66127.0676.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=13.49%
G=49.67%
B=36.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411511120.7300.260.41158.7357.2937.65
Hex2997704901A299f3926
Octal51227160111032512377146
Binary101001100101111110000100100101101010100110011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299770; }

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

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

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

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

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

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

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

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