#129072

Color #129072 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #129072

Tints of Elf Green #129072

Color information

#129072 (or 0x129072) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 72. RGB value is (18,144,114). Sum of RGB (Red+Green+Blue) = 18+144+114=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #129072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129072 is #ED6F8D. Grayscale: #666666. Windows color (decimal): -15560590 or 7507986. OLE color: 7507986.

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

Color convert

RGB18144114-
CMYK0.8800.210.44
HSL165.71º77.78%31.76%-
HSV(B)165.71º87.5%56.47%-
XYZ13.2621.2919.33-
YUV102.91134.2667.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 144 (56.64% from 255) = 52.17%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=6.52%
G=52.17%
B=41.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441140.8800.210.44165.7177.7831.76
Hex129072580152Ca64e20
Octal222201621300255424611640
Binary100101001000011100101011000010101101100101001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129072; }

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

 H1.HeaderClassName
 {
   color: #129072;
 }
 .AnyTagClassName
 {
   color: #129072;
 }
</style>
background-color css

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

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

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

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

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

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