Html Css Color HEX #13220C Pine Tree

📋 copy color: '#13220C'

red 19 ◦ green 34 ◦ blue 12

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

Shades of Pine Tree #13220C

Tints of Pine Tree #13220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 52.31%

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

R = 29.23%
G = 52.31%
B = 18.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#13220C (or 0x13220C) is known color: Pine Tree. HEX triplet: 13, 22 and 0C. RGB value is (19,34,12). Sum of RGB (Red+Green+Blue) = 19+34+12=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #13220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220C is #ECDDF3. Grayscale: #1B1B1B. Windows color (decimal): -15523316 or 795155. OLE color: 795155.

HSL color Cylindrical-coordinate representation of color #13220C: hue angle of 100.91º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13220C is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 12 -
CMYK 0.44 0 0.65 0.87
HSL 100.91º 0.48% 0.09% -
HSV(B) 100.91º 0.65% 0.13% -
XYZ 0.91 1.31 0.55 -
YUV 27.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 19 34 12 0.44 0 0.65 0.87 100.91 0.48 0.09
Hex 13 22 C 2C 0 41 57 65 30 9
Octal 23 42 14 54 0 101 127 145 60 11
Binary 10011 100010 1100 101100 0 1000001 1010111 1100101 110000 1001

Color Harmonies of #13220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13220C

Black with #13220C

Text Example


Text Example

White with #13220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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