Html Css Color HEX #129371 Elf Green

📋 copy color: '#129371'

red 18 ◦ green 147 ◦ blue 113

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

Shades of Elf Green #129371

Tints of Elf Green #129371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 6.47%
G = 52.88%
B = 40.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#129371 (or 0x129371) is known color: Elf Green. HEX triplet: 12, 93 and 71. RGB value is (18,147,113). Sum of RGB (Red+Green+Blue) = 18+147+113=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #129371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129371 is #ED6C8E. Grayscale: #686868. Windows color (decimal): -15559823 or 7443218. OLE color: 7443218.

HSL color Cylindrical-coordinate representation of color #129371: hue angle of 164.19º 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 #129371 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 113 -
CMYK 0.88 0 0.23 0.42
HSL 164.19º 0.78% 0.32% -
HSV(B) 164.19º 0.88% 0.58% -
XYZ 13.66 22.19 19.19 -
YUV 104.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 18 147 113 0.88 0 0.23 0.42 164.19 0.78 0.32
Hex 12 93 71 58 0 17 2A A4 4E 20
Octal 22 223 161 130 0 27 52 244 116 40
Binary 10010 10010011 1110001 1011000 0 10111 101010 10100100 1001110 100000

Color Harmonies of #129371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129371

Black with #129371

Text Example


Text Example

White with #129371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129371; }

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

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

background-color css

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

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

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

border-color css

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

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

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