Html Css Color HEX #13180C Pine Tree

📋 copy color: '#13180C'

red 19 ◦ green 24 ◦ blue 12

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

Shades of Pine Tree #13180C

Tints of Pine Tree #13180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 43.64%

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 34.55%
G = 43.64%
B = 21.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#13180C (or 0x13180C) is known color: Pine Tree. HEX triplet: 13, 18 and 0C. RGB value is (19,24,12). Sum of RGB (Red+Green+Blue) = 19+24+12=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #13180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180C is #ECE7F3. Grayscale: #151515. Windows color (decimal): -15525876 or 792595. OLE color: 792595.

HSL color Cylindrical-coordinate representation of color #13180C: hue angle of 85º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13180C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 12 -
CMYK 0.21 0 0.50 0.91
HSL 85º 0.33% 0.07% -
HSV(B) 85º 0.5% 0.09% -
XYZ 0.66 0.82 0.47 -
YUV 21.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 19 24 12 0.21 0 0.50 0.91 85 0.33 0.07
Hex 13 18 C 15 0 32 5B 55 21 7
Octal 23 30 14 25 0 62 133 125 41 7
Binary 10011 11000 1100 10101 0 110010 1011011 1010101 100001 111

Color Harmonies of #13180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13180C

Black with #13180C

Text Example


Text Example

White with #13180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13180C; }

 p { color: rgb(19,24,12); }

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

background-color css

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

 a { background-color: rgb(19,24,12); }

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

border-color css

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

 span { border-color: rgb(19,24,12); }

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