Html Css Color HEX #129275 Elf Green

📋 copy color: '#129275'

red 18 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #129275

Tints of Elf Green #129275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 6.41%
G = 51.96%
B = 41.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#129275 (or 0x129275) is known color: Elf Green. HEX triplet: 12, 92 and 75. RGB value is (18,146,117). Sum of RGB (Red+Green+Blue) = 18+146+117=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #129275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129275 is #ED6D8A. Grayscale: #686868. Windows color (decimal): -15560075 or 7705106. OLE color: 7705106.

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

Color convert

RGB 18 146 117 -
CMYK 0.88 0 0.20 0.43
HSL 166.41º 0.78% 0.32% -
HSV(B) 166.41º 0.88% 0.57% -
XYZ 13.74 21.97 20.35 -
YUV 104.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 18 146 117 0.88 0 0.20 0.43 166.41 0.78 0.32
Hex 12 92 75 58 0 14 2B A6 4E 20
Octal 22 222 165 130 0 24 53 246 116 40
Binary 10010 10010010 1110101 1011000 0 10100 101011 10100110 1001110 100000

Color Harmonies of #129275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129275

Black with #129275

Text Example


Text Example

White with #129275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129275; }

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

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

background-color css

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

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

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

border-color css

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

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

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