Html Css Color HEX #299470 Elf Green

📋 copy color: '#299470'

red 41 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #299470

Tints of Elf Green #299470

RGB

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

 GREEN value IS 148 (58.2% 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 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

#299470 (or 0x299470) is known color: 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

RGB 41 148 112 -
CMYK 0.72 0 0.24 0.42
HSL 159.81º 0.57% 0.37% -
HSV(B) 159.81º 0.72% 0.58% -
XYZ 14.43 22.82 18.97 -
YUV 111.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 41 148 112 0.72 0 0.24 0.42 159.81 0.57 0.37
Hex 29 94 70 48 0 18 2A A0 39 25
Octal 51 224 160 110 0 30 52 240 71 45
Binary 101001 10010100 1110000 1001000 0 11000 101010 10100000 111001 100101

Color Harmonies of #299470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299470

Black with #299470

Text Example


Text Example

White with #299470

Text Example


Text Example

HTML Codes & Css Web 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>