Html Css Color HEX #299575 Elf Green

📋 copy color: '#299575'

red 41 ◦ green 149 ◦ blue 117

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

Shades of Elf Green #299575

Tints of Elf Green #299575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 13.36%
G = 48.53%
B = 38.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#299575 (or 0x299575) is known color: Elf Green. HEX triplet: 29, 95 and 75. RGB value is (41,149,117). Sum of RGB (Red+Green+Blue) = 41+149+117=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #299575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299575 is #D66A8A. Grayscale: #717171. Windows color (decimal): -14051979 or 7705897. OLE color: 7705897.

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

Color convert

RGB 41 149 117 -
CMYK 0.72 0 0.21 0.42
HSL 162.22º 0.57% 0.37% -
HSV(B) 162.22º 0.72% 0.58% -
XYZ 14.87 23.25 20.53 -
YUV 113.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 41 149 117 0.72 0 0.21 0.42 162.22 0.57 0.37
Hex 29 95 75 48 0 15 2A A2 39 25
Octal 51 225 165 110 0 25 52 242 71 45
Binary 101001 10010101 1110101 1001000 0 10101 101010 10100010 111001 100101

Color Harmonies of #299575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299575

Black with #299575

Text Example


Text Example

White with #299575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299575; }

 p { color: rgb(41,149,117); }

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

background-color css

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

 a { background-color: rgb(41,149,117); }

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

border-color css

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

 span { border-color: rgb(41,149,117); }

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