Html Css Color HEX #299970 Elf Green

📋 copy color: '#299970'

red 41 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #299970

Tints of Elf Green #299970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 13.4%
G = 50%
B = 36.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#299970 (or 0x299970) is known color: Elf Green. HEX triplet: 29, 99 and 70. RGB value is (41,153,112). Sum of RGB (Red+Green+Blue) = 41+153+112=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #299970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299970 is #D6668F. Grayscale: #727272. Windows color (decimal): -14050960 or 7379241. OLE color: 7379241.

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

Color convert

RGB 41 153 112 -
CMYK 0.73 0 0.27 0.4
HSL 158.04º 0.58% 0.38% -
HSV(B) 158.04º 0.73% 0.6% -
XYZ 15.23 24.42 19.24 -
YUV 114.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 41 153 112 0.73 0 0.27 0.4 158.04 0.58 0.38
Hex 29 99 70 49 0 1B 28 9E 3A 26
Octal 51 231 160 111 0 33 50 236 72 46
Binary 101001 10011001 1110000 1001001 0 11011 101000 10011110 111010 100110

Color Harmonies of #299970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299970

Black with #299970

Text Example


Text Example

White with #299970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299970; }

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

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

background-color css

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

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

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

border-color css

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

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

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