Html Css Color HEX #129273 Elf Green

📋 copy color: '#129273'

red 18 ◦ green 146 ◦ blue 115

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

Shades of Elf Green #129273

Tints of Elf Green #129273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 6.45%
G = 52.33%
B = 41.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#129273 (or 0x129273) is known color: Elf Green. HEX triplet: 12, 92 and 73. RGB value is (18,146,115). Sum of RGB (Red+Green+Blue) = 18+146+115=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #129273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129273 is #ED6D8C. Grayscale: #686868. Windows color (decimal): -15560077 or 7574034. OLE color: 7574034.

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

Color convert

RGB 18 146 115 -
CMYK 0.88 0 0.21 0.43
HSL 165.47º 0.78% 0.32% -
HSV(B) 165.47º 0.88% 0.57% -
XYZ 13.62 21.92 19.73 -
YUV 104.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 18 146 115 0.88 0 0.21 0.43 165.47 0.78 0.32
Hex 12 92 73 58 0 15 2B A5 4E 20
Octal 22 222 163 130 0 25 53 245 116 40
Binary 10010 10010010 1110011 1011000 0 10101 101011 10100101 1001110 100000

Color Harmonies of #129273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129273

Black with #129273

Text Example


Text Example

White with #129273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129273; }

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

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

background-color css

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

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

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

border-color css

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

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

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