Html Css Color HEX #139261 Elf Green

📋 copy color: '#139261'

red 19 ◦ green 146 ◦ blue 97

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

Shades of Elf Green #139261

Tints of Elf Green #139261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 7.25%
G = 55.73%
B = 37.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#139261 (or 0x139261) is known color: Elf Green. HEX triplet: 13, 92 and 61. RGB value is (19,146,97). Sum of RGB (Red+Green+Blue) = 19+146+97=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #139261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139261 is #EC6D9E. Grayscale: #666666. Windows color (decimal): -15494559 or 6394387. OLE color: 6394387.

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

Color convert

RGB 19 146 97 -
CMYK 0.87 0 0.34 0.43
HSL 156.85º 0.77% 0.32% -
HSV(B) 156.85º 0.87% 0.57% -
XYZ 12.71 21.56 14.8 -
YUV 102.44 124.92 68.48 -
System Red Green Blue C M Y K H S L
Decimal 19 146 97 0.87 0 0.34 0.43 156.85 0.77 0.32
Hex 13 92 61 57 0 22 2B 9D 4D 20
Octal 23 222 141 127 0 42 53 235 115 40
Binary 10011 10010010 1100001 1010111 0 100010 101011 10011101 1001101 100000

Color Harmonies of #139261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139261

Black with #139261

Text Example


Text Example

White with #139261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139261; }

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

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

background-color css

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

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

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

border-color css

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

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

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