Html Css Color HEX #13200B Pine Tree

📋 copy color: '#13200B'

red 19 ◦ green 32 ◦ blue 11

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

Shades of Pine Tree #13200B

Tints of Pine Tree #13200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 51.61%

 BLUE value IS 11 (4.69% from 255) = 17.74%

R = 30.65%
G = 51.61%
B = 17.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#13200B (or 0x13200B) is known color: Pine Tree. HEX triplet: 13, 20 and 0B. RGB value is (19,32,11). Sum of RGB (Red+Green+Blue) = 19+32+11=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #13200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13200B is #ECDFF4. Grayscale: #191919. Windows color (decimal): -15523829 or 729107. OLE color: 729107.

HSL color Cylindrical-coordinate representation of color #13200B: hue angle of 97.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13200B is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 11 -
CMYK 0.41 0 0.66 0.87
HSL 97.14º 0.49% 0.08% -
HSV(B) 97.14º 0.66% 0.13% -
XYZ 0.85 1.2 0.5 -
YUV 25.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 19 32 11 0.41 0 0.66 0.87 97.14 0.49 0.08
Hex 13 20 B 29 0 42 57 61 31 8
Octal 23 40 13 51 0 102 127 141 61 10
Binary 10011 100000 1011 101001 0 1000010 1010111 1100001 110001 1000

Color Harmonies of #13200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13200B

Black with #13200B

Text Example


Text Example

White with #13200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13200B; }

 p { color: rgb(19,32,11); }

 H1.HeaderClassName
 {
   color: #13200B;
 }
 .AnyTagClassName
 {
   color: #13200B;
 }
</style>

background-color css

<style>
 a { background-color: #13200B; }

 a { background-color: rgb(19,32,11); }

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

border-color css

<style>
 span { border-color: #13200B; }

 span { border-color: rgb(19,32,11); }

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