Html Css Color HEX #139276 Elf Green

📋 copy color: '#139276'

red 19 ◦ green 146 ◦ blue 118

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

Shades of Elf Green #139276

Tints of Elf Green #139276

RGB

 RED value IS 19 (7.81% from 255) = 6.71%

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

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 6.71%
G = 51.59%
B = 41.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#139276 (or 0x139276) is known color: Elf Green. HEX triplet: 13, 92 and 76. RGB value is (19,146,118). Sum of RGB (Red+Green+Blue) = 19+146+118=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #139276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139276 is #EC6D89. Grayscale: #686868. Windows color (decimal): -15494538 or 7770643. OLE color: 7770643.

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

Color convert

RGB 19 146 118 -
CMYK 0.87 0 0.19 0.43
HSL 166.77º 0.77% 0.32% -
HSV(B) 166.77º 0.87% 0.57% -
XYZ 13.82 22 20.66 -
YUV 104.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 19 146 118 0.87 0 0.19 0.43 166.77 0.77 0.32
Hex 13 92 76 57 0 13 2B A7 4D 20
Octal 23 222 166 127 0 23 53 247 115 40
Binary 10011 10010010 1110110 1010111 0 10011 101011 10100111 1001101 100000

Color Harmonies of #139276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139276

Black with #139276

Text Example


Text Example

White with #139276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139276; }

 p { color: rgb(19,146,118); }

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

background-color css

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

 a { background-color: rgb(19,146,118); }

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

border-color css

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

 span { border-color: rgb(19,146,118); }

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