Html Css Color HEX #139272 Elf Green

📋 copy color: '#139272'

red 19 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #139272

Tints of Elf Green #139272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 6.81%
G = 52.33%
B = 40.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#139272 (or 0x139272) is known color: Elf Green. HEX triplet: 13, 92 and 72. RGB value is (19,146,114). Sum of RGB (Red+Green+Blue) = 19+146+114=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #139272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139272 is #EC6D8D. Grayscale: #686868. Windows color (decimal): -15494542 or 7508499. OLE color: 7508499.

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

Color convert

RGB 19 146 114 -
CMYK 0.87 0 0.22 0.43
HSL 164.88º 0.77% 0.32% -
HSV(B) 164.88º 0.87% 0.57% -
XYZ 13.58 21.91 19.43 -
YUV 104.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 19 146 114 0.87 0 0.22 0.43 164.88 0.77 0.32
Hex 13 92 72 57 0 16 2B A5 4D 20
Octal 23 222 162 127 0 26 53 245 115 40
Binary 10011 10010010 1110010 1010111 0 10110 101011 10100101 1001101 100000

Color Harmonies of #139272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139272

Black with #139272

Text Example


Text Example

White with #139272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139272; }

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

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

background-color css

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

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

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

border-color css

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

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

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