Html Css Color HEX #299478 Elf Green

📋 copy color: '#299478'

red 41 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #299478

Tints of Elf Green #299478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 13.27%
G = 47.9%
B = 38.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#299478 (or 0x299478) is known color: Elf Green. HEX triplet: 29, 94 and 78. RGB value is (41,148,120). Sum of RGB (Red+Green+Blue) = 41+148+120=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #299478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299478 is #D66B87. Grayscale: #707070. Windows color (decimal): -14052232 or 7902249. OLE color: 7902249.

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

Color convert

RGB 41 148 120 -
CMYK 0.72 0 0.19 0.42
HSL 164.3º 0.57% 0.37% -
HSV(B) 164.3º 0.72% 0.58% -
XYZ 14.89 23.01 21.43 -
YUV 112.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 41 148 120 0.72 0 0.19 0.42 164.3 0.57 0.37
Hex 29 94 78 48 0 13 2A A4 39 25
Octal 51 224 170 110 0 23 52 244 71 45
Binary 101001 10010100 1111000 1001000 0 10011 101010 10100100 111001 100101

Color Harmonies of #299478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299478

Black with #299478

Text Example


Text Example

White with #299478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299478; }

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

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

background-color css

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

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

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

border-color css

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

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

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