Html Css Color HEX #129472 Elf Green

📋 copy color: '#129472'

red 18 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #129472

Tints of Elf Green #129472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 6.43%
G = 52.86%
B = 40.71%

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

#129472 (or 0x129472) is known color: Elf Green. HEX triplet: 12, 94 and 72. RGB value is (18,148,114). Sum of RGB (Red+Green+Blue) = 18+148+114=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #129472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129472 is #ED6B8D. Grayscale: #696969. Windows color (decimal): -15559566 or 7509010. OLE color: 7509010.

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

Color convert

RGB 18 148 114 -
CMYK 0.88 0 0.23 0.42
HSL 164.31º 0.78% 0.33% -
HSV(B) 164.31º 0.88% 0.58% -
XYZ 13.88 22.52 19.54 -
YUV 105.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 18 148 114 0.88 0 0.23 0.42 164.31 0.78 0.33
Hex 12 94 72 58 0 17 2A A4 4E 21
Octal 22 224 162 130 0 27 52 244 116 41
Binary 10010 10010100 1110010 1011000 0 10111 101010 10100100 1001110 100001

Color Harmonies of #129472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129472

Black with #129472

Text Example


Text Example

White with #129472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129472; }

 p { color: rgb(18,148,114); }

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

background-color css

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

 a { background-color: rgb(18,148,114); }

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

border-color css

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

 span { border-color: rgb(18,148,114); }

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