Html Css Color HEX #299975 Elf Green

📋 copy color: '#299975'

red 41 ◦ green 153 ◦ blue 117

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

Shades of Elf Green #299975

Tints of Elf Green #299975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

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

R = 13.18%
G = 49.2%
B = 37.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#299975 (or 0x299975) is known color: Elf Green. HEX triplet: 29, 99 and 75. RGB value is (41,153,117). Sum of RGB (Red+Green+Blue) = 41+153+117=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #299975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299975 is #D6668A. Grayscale: #737373. Windows color (decimal): -14050955 or 7706921. OLE color: 7706921.

HSL color Cylindrical-coordinate representation of color #299975: hue angle of 160.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299975 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 117 -
CMYK 0.73 0 0.24 0.4
HSL 160.71º 0.58% 0.38% -
HSV(B) 160.71º 0.73% 0.6% -
XYZ 15.52 24.54 20.75 -
YUV 115.41 128.89 74.93 -
System Red Green Blue C M Y K H S L
Decimal 41 153 117 0.73 0 0.24 0.4 160.71 0.58 0.38
Hex 29 99 75 49 0 18 28 A1 3A 26
Octal 51 231 165 111 0 30 50 241 72 46
Binary 101001 10011001 1110101 1001001 0 11000 101000 10100001 111010 100110

Color Harmonies of #299975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299975

Black with #299975

Text Example


Text Example

White with #299975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299975; }

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

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

background-color css

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

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

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

border-color css

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

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

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