Html Css Color HEX #138D74 Elf Green

📋 copy color: '#138D74'

red 19 ◦ green 141 ◦ blue 116

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

Shades of Elf Green #138D74

Tints of Elf Green #138D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.09%

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 6.88%
G = 51.09%
B = 42.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#138D74 (or 0x138D74) is known color: Elf Green. HEX triplet: 13, 8D and 74. RGB value is (19,141,116). Sum of RGB (Red+Green+Blue) = 19+141+116=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #138D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D74 is #EC728B. Grayscale: #656565. Windows color (decimal): -15495820 or 7638291. OLE color: 7638291.

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

Color convert

RGB 19 141 116 -
CMYK 0.87 0 0.18 0.45
HSL 167.7º 0.76% 0.31% -
HSV(B) 167.7º 0.87% 0.55% -
XYZ 12.95 20.45 19.79 -
YUV 101.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 19 141 116 0.87 0 0.18 0.45 167.7 0.76 0.31
Hex 13 8D 74 57 0 12 2D A8 4C 1F
Octal 23 215 164 127 0 22 55 250 114 37
Binary 10011 10001101 1110100 1010111 0 10010 101101 10101000 1001100 11111

Color Harmonies of #138D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D74

Black with #138D74

Text Example


Text Example

White with #138D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,116); }

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

background-color css

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

 a { background-color: rgb(19,141,116); }

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

border-color css

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

 span { border-color: rgb(19,141,116); }

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