Html Css Color HEX #13915D Elf Green

📋 copy color: '#13915D'

red 19 ◦ green 145 ◦ blue 93

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

Shades of Elf Green #13915D

Tints of Elf Green #13915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.42%

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

R = 7.39%
G = 56.42%
B = 36.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#13915D (or 0x13915D) is known color: Elf Green. HEX triplet: 13, 91 and 5D. RGB value is (19,145,93). Sum of RGB (Red+Green+Blue) = 19+145+93=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #13915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13915D is #EC6EA2. Grayscale: #656565. Windows color (decimal): -15494819 or 6131987. OLE color: 6131987.

HSL color Cylindrical-coordinate representation of color #13915D: hue angle of 155.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13915D is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 93 -
CMYK 0.87 0 0.36 0.43
HSL 155.24º 0.77% 0.32% -
HSV(B) 155.24º 0.87% 0.57% -
XYZ 12.37 21.18 13.79 -
YUV 101.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 19 145 93 0.87 0 0.36 0.43 155.24 0.77 0.32
Hex 13 91 5D 57 0 24 2B 9B 4D 20
Octal 23 221 135 127 0 44 53 233 115 40
Binary 10011 10010001 1011101 1010111 0 100100 101011 10011011 1001101 100000

Color Harmonies of #13915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13915D

Black with #13915D

Text Example


Text Example

White with #13915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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