Html Css Color HEX #139270 Elf Green

📋 copy color: '#139270'

red 19 ◦ green 146 ◦ blue 112

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

Shades of Elf Green #139270

Tints of Elf Green #139270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 6.86%
G = 52.71%
B = 40.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#139270 (or 0x139270) is known color: Elf Green. HEX triplet: 13, 92 and 70. RGB value is (19,146,112). Sum of RGB (Red+Green+Blue) = 19+146+112=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #139270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139270 is #EC6D8F. Grayscale: #686868. Windows color (decimal): -15494544 or 7377427. OLE color: 7377427.

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

Color convert

RGB 19 146 112 -
CMYK 0.87 0 0.23 0.43
HSL 163.94º 0.77% 0.32% -
HSV(B) 163.94º 0.87% 0.57% -
XYZ 13.47 21.87 18.84 -
YUV 104.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 19 146 112 0.87 0 0.23 0.43 163.94 0.77 0.32
Hex 13 92 70 57 0 17 2B A4 4D 20
Octal 23 222 160 127 0 27 53 244 115 40
Binary 10011 10010010 1110000 1010111 0 10111 101011 10100100 1001101 100000

Color Harmonies of #139270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139270

Black with #139270

Text Example


Text Example

White with #139270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139270; }

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

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

background-color css

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

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

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

border-color css

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

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

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