Html Css Color HEX #299471 Elf Green

📋 copy color: '#299471'

red 41 ◦ green 148 ◦ blue 113

#299471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #299471

Tints of Elf Green #299471

RGB

 RED value IS 41 (16.41% from 255) = 13.58%

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 13.58%
G = 49.01%
B = 37.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#299471 (or 0x299471) is known color: Elf Green. HEX triplet: 29, 94 and 71. RGB value is (41,148,113). Sum of RGB (Red+Green+Blue) = 41+148+113=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #299471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299471 is #D66B8E. Grayscale: #707070. Windows color (decimal): -14052239 or 7443497. OLE color: 7443497.

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

Color convert

RGB 41 148 113 -
CMYK 0.72 0 0.24 0.42
HSL 160.37º 0.57% 0.37% -
HSV(B) 160.37º 0.72% 0.58% -
XYZ 14.48 22.84 19.27 -
YUV 112.02 128.55 77.35 -
System Red Green Blue C M Y K H S L
Decimal 41 148 113 0.72 0 0.24 0.42 160.37 0.57 0.37
Hex 29 94 71 48 0 18 2A A0 39 25
Octal 51 224 161 110 0 30 52 240 71 45
Binary 101001 10010100 1110001 1001000 0 11000 101010 10100000 111001 100101

Color Harmonies of #299471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299471

Black with #299471

Text Example


Text Example

White with #299471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299471; }

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

 H1.HeaderClassName
 {
   color: #299471;
 }
 .AnyTagClassName
 {
   color: #299471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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