Html Css Color HEX #13180F Pine Tree

📋 copy color: '#13180F'

red 19 ◦ green 24 ◦ blue 15

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

Shades of Pine Tree #13180F

Tints of Pine Tree #13180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 25.86%

R = 32.76%
G = 41.38%
B = 25.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#13180F (or 0x13180F) is known color: Pine Tree. HEX triplet: 13, 18 and 0F. RGB value is (19,24,15). Sum of RGB (Red+Green+Blue) = 19+24+15=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #13180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180F is #ECE7F0. Grayscale: #151515. Windows color (decimal): -15525873 or 989203. OLE color: 989203.

HSL color Cylindrical-coordinate representation of color #13180F: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #13180F is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 15 -
CMYK 0.21 0 0.37 0.91
HSL 93.33º 0.23% 0.08% -
HSV(B) 93.33º 0.38% 0.09% -
XYZ 0.68 0.83 0.58 -
YUV 21.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 19 24 15 0.21 0 0.37 0.91 93.33 0.23 0.08
Hex 13 18 F 15 0 25 5B 5D 17 8
Octal 23 30 17 25 0 45 133 135 27 10
Binary 10011 11000 1111 10101 0 100101 1011011 1011101 10111 1000

Color Harmonies of #13180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13180F

Black with #13180F

Text Example


Text Example

White with #13180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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