Html Css Color HEX #129379 Elf Green

📋 copy color: '#129379'

red 18 ◦ green 147 ◦ blue 121

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

Shades of Elf Green #129379

Tints of Elf Green #129379

RGB

 RED value IS 18 (7.42% from 255) = 6.29%

 GREEN value IS 147 (57.81% from 255) = 51.4%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 6.29%
G = 51.4%
B = 42.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#129379 (or 0x129379) is known color: Elf Green. HEX triplet: 12, 93 and 79. RGB value is (18,147,121). Sum of RGB (Red+Green+Blue) = 18+147+121=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #129379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129379 is #ED6C86. Grayscale: #696969. Windows color (decimal): -15559815 or 7967506. OLE color: 7967506.

HSL color Cylindrical-coordinate representation of color #129379: hue angle of 167.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129379 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 121 -
CMYK 0.88 0 0.18 0.42
HSL 167.91º 0.78% 0.32% -
HSV(B) 167.91º 0.88% 0.58% -
XYZ 14.13 22.38 21.66 -
YUV 105.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 18 147 121 0.88 0 0.18 0.42 167.91 0.78 0.32
Hex 12 93 79 58 0 12 2A A8 4E 20
Octal 22 223 171 130 0 22 52 250 116 40
Binary 10010 10010011 1111001 1011000 0 10010 101010 10101000 1001110 100000

Color Harmonies of #129379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129379

Black with #129379

Text Example


Text Example

White with #129379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129379; }

 p { color: rgb(18,147,121); }

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

background-color css

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

 a { background-color: rgb(18,147,121); }

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

border-color css

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

 span { border-color: rgb(18,147,121); }

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