Html Css Color HEX #299675 Elf Green

📋 copy color: '#299675'

red 41 ◦ green 150 ◦ blue 117

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

Shades of Elf Green #299675

Tints of Elf Green #299675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

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

R = 13.31%
G = 48.7%
B = 37.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#299675 (or 0x299675) is known color: Elf Green. HEX triplet: 29, 96 and 75. RGB value is (41,150,117). Sum of RGB (Red+Green+Blue) = 41+150+117=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #299675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299675 is #D6698A. Grayscale: #717171. Windows color (decimal): -14051723 or 7706153. OLE color: 7706153.

HSL color Cylindrical-coordinate representation of color #299675: hue angle of 161.83º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299675 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 117 -
CMYK 0.73 0 0.22 0.41
HSL 161.83º 0.57% 0.37% -
HSV(B) 161.83º 0.73% 0.59% -
XYZ 15.03 23.57 20.59 -
YUV 113.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 41 150 117 0.73 0 0.22 0.41 161.83 0.57 0.37
Hex 29 96 75 49 0 16 29 A2 39 25
Octal 51 226 165 111 0 26 51 242 71 45
Binary 101001 10010110 1110101 1001001 0 10110 101001 10100010 111001 100101

Color Harmonies of #299675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299675

Black with #299675

Text Example


Text Example

White with #299675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299675; }

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

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

background-color css

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

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

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

border-color css

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

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

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