Html Css Color HEX #299A74 Elf Green

📋 copy color: '#299A74'

red 41 ◦ green 154 ◦ blue 116

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

Shades of Elf Green #299A74

Tints of Elf Green #299A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.52%

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

R = 13.18%
G = 49.52%
B = 37.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#299A74 (or 0x299A74) is known color: Elf Green. HEX triplet: 29, 9A and 74. RGB value is (41,154,116). Sum of RGB (Red+Green+Blue) = 41+154+116=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #299A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A74 is #D6658B. Grayscale: #737373. Windows color (decimal): -14050700 or 7641641. OLE color: 7641641.

HSL color Cylindrical-coordinate representation of color #299A74: hue angle of 159.82º 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 #299A74 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 116 -
CMYK 0.73 0 0.25 0.40
HSL 159.82º 0.58% 0.38% -
HSV(B) 159.82º 0.73% 0.6% -
XYZ 15.62 24.84 20.49 -
YUV 115.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 41 154 116 0.73 0 0.25 0.40 159.82 0.58 0.38
Hex 29 9A 74 49 0 19 28 A0 3A 26
Octal 51 232 164 111 0 31 50 240 72 46
Binary 101001 10011010 1110100 1001001 0 11001 101000 10100000 111010 100110

Color Harmonies of #299A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A74

Black with #299A74

Text Example


Text Example

White with #299A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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