Html Css Color HEX #299476 Elf Green

📋 copy color: '#299476'

red 41 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #299476

Tints of Elf Green #299476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 13.36%
G = 48.21%
B = 38.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#299476 (or 0x299476) is known color: Elf Green. HEX triplet: 29, 94 and 76. RGB value is (41,148,118). Sum of RGB (Red+Green+Blue) = 41+148+118=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #299476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299476 is #D66B89. Grayscale: #707070. Windows color (decimal): -14052234 or 7771177. OLE color: 7771177.

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

Color convert

RGB 41 148 118 -
CMYK 0.72 0 0.20 0.42
HSL 163.18º 0.57% 0.37% -
HSV(B) 163.18º 0.72% 0.58% -
XYZ 14.77 22.96 20.79 -
YUV 112.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 41 148 118 0.72 0 0.20 0.42 163.18 0.57 0.37
Hex 29 94 76 48 0 14 2A A3 39 25
Octal 51 224 166 110 0 24 52 243 71 45
Binary 101001 10010100 1110110 1001000 0 10100 101010 10100011 111001 100101

Color Harmonies of #299476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299476

Black with #299476

Text Example


Text Example

White with #299476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299476; }

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

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

background-color css

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

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

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

border-color css

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

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

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