Html Css Color HEX #13946F Elf Green

📋 copy color: '#13946F'

red 19 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #13946F

Tints of Elf Green #13946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 6.83%
G = 53.24%
B = 39.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#13946F (or 0x13946F) is known color: Elf Green. HEX triplet: 13, 94 and 6F. RGB value is (19,148,111). Sum of RGB (Red+Green+Blue) = 19+148+111=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #13946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13946F is #EC6B90. Grayscale: #696969. Windows color (decimal): -15494033 or 7312403. OLE color: 7312403.

HSL color Cylindrical-coordinate representation of color #13946F: hue angle of 162.79º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13946F is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 111 -
CMYK 0.87 0 0.25 0.42
HSL 162.79º 0.77% 0.33% -
HSV(B) 162.79º 0.87% 0.58% -
XYZ 13.73 22.47 18.65 -
YUV 105.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 19 148 111 0.87 0 0.25 0.42 162.79 0.77 0.33
Hex 13 94 6F 57 0 19 2A A3 4D 21
Octal 23 224 157 127 0 31 52 243 115 41
Binary 10011 10010100 1101111 1010111 0 11001 101010 10100011 1001101 100001

Color Harmonies of #13946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13946F

Black with #13946F

Text Example


Text Example

White with #13946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13946F; }

 p { color: rgb(19,148,111); }

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

background-color css

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

 a { background-color: rgb(19,148,111); }

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

border-color css

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

 span { border-color: rgb(19,148,111); }

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