Html Css Color HEX #138875 Elf Green

📋 copy color: '#138875'

red 19 ◦ green 136 ◦ blue 117

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

Shades of Elf Green #138875

Tints of Elf Green #138875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 6.99%
G = 50%
B = 43.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#138875 (or 0x138875) is known color: Elf Green. HEX triplet: 13, 88 and 75. RGB value is (19,136,117). Sum of RGB (Red+Green+Blue) = 19+136+117=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #138875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138875 is #EC778A. Grayscale: #626262. Windows color (decimal): -15497099 or 7702547. OLE color: 7702547.

HSL color Cylindrical-coordinate representation of color #138875: hue angle of 170.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138875 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 117 -
CMYK 0.86 0 0.14 0.47
HSL 170.26º 0.75% 0.3% -
HSV(B) 170.26º 0.86% 0.53% -
XYZ 12.28 19.03 19.86 -
YUV 98.85 138.24 71.04 -
System Red Green Blue C M Y K H S L
Decimal 19 136 117 0.86 0 0.14 0.47 170.26 0.75 0.3
Hex 13 88 75 56 0 E 2F AA 4B 1E
Octal 23 210 165 126 0 16 57 252 113 36
Binary 10011 10001000 1110101 1010110 0 1110 101111 10101010 1001011 11110

Color Harmonies of #138875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138875

Black with #138875

Text Example


Text Example

White with #138875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138875; }

 p { color: rgb(19,136,117); }

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

background-color css

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

 a { background-color: rgb(19,136,117); }

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

border-color css

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

 span { border-color: rgb(19,136,117); }

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