Html Css Color HEX #299974 Elf Green

📋 copy color: '#299974'

red 41 ◦ green 153 ◦ blue 116

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

Shades of Elf Green #299974

Tints of Elf Green #299974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 13.23%
G = 49.35%
B = 37.42%

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

#299974 (or 0x299974) is known color: Elf Green. HEX triplet: 29, 99 and 74. RGB value is (41,153,116). Sum of RGB (Red+Green+Blue) = 41+153+116=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #299974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299974 is #D6668B. Grayscale: #737373. Windows color (decimal): -14050956 or 7641385. OLE color: 7641385.

HSL color Cylindrical-coordinate representation of color #299974: hue angle of 160.18º 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 #299974 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 116 -
CMYK 0.73 0 0.24 0.4
HSL 160.18º 0.58% 0.38% -
HSV(B) 160.18º 0.73% 0.6% -
XYZ 15.46 24.51 20.44 -
YUV 115.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 41 153 116 0.73 0 0.24 0.4 160.18 0.58 0.38
Hex 29 99 74 49 0 18 28 A0 3A 26
Octal 51 231 164 111 0 30 50 240 72 46
Binary 101001 10011001 1110100 1001001 0 11000 101000 10100000 111010 100110

Color Harmonies of #299974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299974

Black with #299974

Text Example


Text Example

White with #299974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299974; }

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

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

background-color css

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

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

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

border-color css

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

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

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