Html Css Color HEX #129272 Elf Green

📋 copy color: '#129272'

red 18 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #129272

Tints of Elf Green #129272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 6.47%
G = 52.52%
B = 41.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#129272 (or 0x129272) is known color: Elf Green. HEX triplet: 12, 92 and 72. RGB value is (18,146,114). Sum of RGB (Red+Green+Blue) = 18+146+114=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #129272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129272 is #ED6D8D. Grayscale: #686868. Windows color (decimal): -15560078 or 7508498. OLE color: 7508498.

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

Color convert

RGB 18 146 114 -
CMYK 0.88 0 0.22 0.43
HSL 165º 0.78% 0.32% -
HSV(B) 165º 0.88% 0.57% -
XYZ 13.57 21.9 19.43 -
YUV 104.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 18 146 114 0.88 0 0.22 0.43 165 0.78 0.32
Hex 12 92 72 58 0 16 2B A5 4E 20
Octal 22 222 162 130 0 26 53 245 116 40
Binary 10010 10010010 1110010 1011000 0 10110 101011 10100101 1001110 100000

Color Harmonies of #129272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129272

Black with #129272

Text Example


Text Example

White with #129272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129272; }

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

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

background-color css

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

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

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

border-color css

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

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

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