Html Css Color HEX #138B5D Elf Green

📋 copy color: '#138B5D'

red 19 ◦ green 139 ◦ blue 93

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

Shades of Elf Green #138B5D

Tints of Elf Green #138B5D

RGB

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

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

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

R = 7.57%
G = 55.38%
B = 37.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#138B5D (or 0x138B5D) is known color: Elf Green. HEX triplet: 13, 8B and 5D. RGB value is (19,139,93). Sum of RGB (Red+Green+Blue) = 19+139+93=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #138B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B5D is #EC74A2. Grayscale: #616161. Windows color (decimal): -15496355 or 6130451. OLE color: 6130451.

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

Color convert

RGB 19 139 93 -
CMYK 0.86 0 0.33 0.45
HSL 157º 0.76% 0.31% -
HSV(B) 157º 0.86% 0.55% -
XYZ 11.48 19.39 13.49 -
YUV 97.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 19 139 93 0.86 0 0.33 0.45 157 0.76 0.31
Hex 13 8B 5D 56 0 21 2D 9D 4C 1F
Octal 23 213 135 126 0 41 55 235 114 37
Binary 10011 10001011 1011101 1010110 0 100001 101101 10011101 1001100 11111

Color Harmonies of #138B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B5D

Black with #138B5D

Text Example


Text Example

White with #138B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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