Html Css Color HEX #139071 Elf Green

📋 copy color: '#139071'

red 19 ◦ green 144 ◦ blue 113

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

Shades of Elf Green #139071

Tints of Elf Green #139071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 6.88%
G = 52.17%
B = 40.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#139071 (or 0x139071) is known color: Elf Green. HEX triplet: 13, 90 and 71. RGB value is (19,144,113). Sum of RGB (Red+Green+Blue) = 19+144+113=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #139071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139071 is #EC6F8E. Grayscale: #676767. Windows color (decimal): -15495055 or 7442451. OLE color: 7442451.

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

Color convert

RGB 19 144 113 -
CMYK 0.87 0 0.22 0.44
HSL 165.12º 0.77% 0.32% -
HSV(B) 165.12º 0.87% 0.56% -
XYZ 13.22 21.28 19.03 -
YUV 103.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 19 144 113 0.87 0 0.22 0.44 165.12 0.77 0.32
Hex 13 90 71 57 0 16 2C A5 4D 20
Octal 23 220 161 127 0 26 54 245 115 40
Binary 10011 10010000 1110001 1010111 0 10110 101100 10100101 1001101 100000

Color Harmonies of #139071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139071

Black with #139071

Text Example


Text Example

White with #139071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139071; }

 p { color: rgb(19,144,113); }

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

background-color css

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

 a { background-color: rgb(19,144,113); }

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

border-color css

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

 span { border-color: rgb(19,144,113); }

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