Html Css Color HEX #13471E Deep Fir

📋 copy color: '#13471E'

red 19 ◦ green 71 ◦ blue 30

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

Shades of Deep Fir #13471E

Tints of Deep Fir #13471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.17%

 BLUE value IS 30 (12.11% from 255) = 25%

R = 15.83%
G = 59.17%
B = 25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#13471E (or 0x13471E) is known color: Deep Fir. HEX triplet: 13, 47 and 1E. RGB value is (19,71,30). Sum of RGB (Red+Green+Blue) = 19+71+30=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #13471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471E is #ECB8E1. Grayscale: #323232. Windows color (decimal): -15513826 or 1984275. OLE color: 1984275.

HSL color Cylindrical-coordinate representation of color #13471E: hue angle of 132.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13471E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 30 -
CMYK 0.73 0 0.58 0.72
HSL 132.69º 0.58% 0.18% -
HSV(B) 132.69º 0.73% 0.28% -
XYZ 2.76 4.74 2 -
YUV 50.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 19 71 30 0.73 0 0.58 0.72 132.69 0.58 0.18
Hex 13 47 1E 49 0 3A 48 85 3A 12
Octal 23 107 36 111 0 72 110 205 72 22
Binary 10011 1000111 11110 1001001 0 111010 1001000 10000101 111010 10010

Color Harmonies of #13471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13471E

Black with #13471E

Text Example


Text Example

White with #13471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13471E; }

 p { color: rgb(19,71,30); }

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

background-color css

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

 a { background-color: rgb(19,71,30); }

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

border-color css

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

 span { border-color: rgb(19,71,30); }

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