Html Css Color HEX #299375 Elf Green

📋 copy color: '#299375'

red 41 ◦ green 147 ◦ blue 117

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

Shades of Elf Green #299375

Tints of Elf Green #299375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

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

R = 13.44%
G = 48.2%
B = 38.36%

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

#299375 (or 0x299375) is known color: Elf Green. HEX triplet: 29, 93 and 75. RGB value is (41,147,117). Sum of RGB (Red+Green+Blue) = 41+147+117=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #299375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299375 is #D66C8A. Grayscale: #6F6F6F. Windows color (decimal): -14052491 or 7705385. OLE color: 7705385.

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

Color convert

RGB 41 147 117 -
CMYK 0.72 0 0.20 0.42
HSL 163.02º 0.56% 0.37% -
HSV(B) 163.02º 0.72% 0.58% -
XYZ 14.56 22.62 20.43 -
YUV 111.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 41 147 117 0.72 0 0.20 0.42 163.02 0.56 0.37
Hex 29 93 75 48 0 14 2A A3 38 25
Octal 51 223 165 110 0 24 52 243 70 45
Binary 101001 10010011 1110101 1001000 0 10100 101010 10100011 111000 100101

Color Harmonies of #299375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299375

Black with #299375

Text Example


Text Example

White with #299375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299375; }

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

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

background-color css

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

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

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

border-color css

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

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

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