Html Css Color HEX #138D5D Elf Green

📋 copy color: '#138D5D'

red 19 ◦ green 141 ◦ blue 93

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

Shades of Elf Green #138D5D

Tints of Elf Green #138D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 7.51%
G = 55.73%
B = 36.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#138D5D (or 0x138D5D) is known color: Elf Green. HEX triplet: 13, 8D and 5D. RGB value is (19,141,93). Sum of RGB (Red+Green+Blue) = 19+141+93=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #138D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D5D is #EC72A2. Grayscale: #636363. Windows color (decimal): -15495843 or 6130963. OLE color: 6130963.

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

Color convert

RGB 19 141 93 -
CMYK 0.87 0 0.34 0.45
HSL 156.39º 0.76% 0.31% -
HSV(B) 156.39º 0.87% 0.55% -
XYZ 11.77 19.98 13.59 -
YUV 99.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 19 141 93 0.87 0 0.34 0.45 156.39 0.76 0.31
Hex 13 8D 5D 57 0 22 2D 9C 4C 1F
Octal 23 215 135 127 0 42 55 234 114 37
Binary 10011 10001101 1011101 1010111 0 100010 101101 10011100 1001100 11111

Color Harmonies of #138D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D5D

Black with #138D5D

Text Example


Text Example

White with #138D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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