Html Css Color HEX #138C72 Elf Green

📋 copy color: '#138C72'

red 19 ◦ green 140 ◦ blue 114

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

Shades of Elf Green #138C72

Tints of Elf Green #138C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.28%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 6.96%
G = 51.28%
B = 41.76%

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

#138C72 (or 0x138C72) is known color: Elf Green. HEX triplet: 13, 8C and 72. RGB value is (19,140,114). Sum of RGB (Red+Green+Blue) = 19+140+114=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #138C72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C72 is #EC738D. Grayscale: #646464. Windows color (decimal): -15496078 or 7506963. OLE color: 7506963.

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

Color convert

RGB 19 140 114 -
CMYK 0.86 0 0.19 0.45
HSL 167.11º 0.76% 0.31% -
HSV(B) 167.11º 0.86% 0.55% -
XYZ 12.68 20.11 19.13 -
YUV 100.86 135.41 69.61 -
System Red Green Blue C M Y K H S L
Decimal 19 140 114 0.86 0 0.19 0.45 167.11 0.76 0.31
Hex 13 8C 72 56 0 13 2D A7 4C 1F
Octal 23 214 162 126 0 23 55 247 114 37
Binary 10011 10001100 1110010 1010110 0 10011 101101 10100111 1001100 11111

Color Harmonies of #138C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C72

Black with #138C72

Text Example


Text Example

White with #138C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,114); }

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

background-color css

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

 a { background-color: rgb(19,140,114); }

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

border-color css

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

 span { border-color: rgb(19,140,114); }

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