Html Css Color HEX #138B71 Elf Green

📋 copy color: '#138B71'

red 19 ◦ green 139 ◦ blue 113

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

Shades of Elf Green #138B71

Tints of Elf Green #138B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.29%

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

R = 7.01%
G = 51.29%
B = 41.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#138B71 (or 0x138B71) is known color: Elf Green. HEX triplet: 13, 8B and 71. RGB value is (19,139,113). Sum of RGB (Red+Green+Blue) = 19+139+113=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #138B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B71 is #EC748E. Grayscale: #646464. Windows color (decimal): -15496335 or 7441171. OLE color: 7441171.

HSL color Cylindrical-coordinate representation of color #138B71: hue angle of 167º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B71 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 113 -
CMYK 0.86 0 0.19 0.45
HSL 167º 0.76% 0.31% -
HSV(B) 167º 0.86% 0.55% -
XYZ 12.48 19.8 18.79 -
YUV 100.16 135.24 70.11 -
System Red Green Blue C M Y K H S L
Decimal 19 139 113 0.86 0 0.19 0.45 167 0.76 0.31
Hex 13 8B 71 56 0 13 2D A7 4C 1F
Octal 23 213 161 126 0 23 55 247 114 37
Binary 10011 10001011 1110001 1010110 0 10011 101101 10100111 1001100 11111

Color Harmonies of #138B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B71

Black with #138B71

Text Example


Text Example

White with #138B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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