Html Css Color HEX #19200D Pine Tree

📋 copy color: '#19200D'

red 25 ◦ green 32 ◦ blue 13

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

Shades of Pine Tree #19200D

Tints of Pine Tree #19200D

RGB

 RED value IS 25 (10.16% from 255) = 35.71%

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

 BLUE value IS 13 (5.47% from 255) = 18.57%

R = 35.71%
G = 45.71%
B = 18.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#19200D (or 0x19200D) is known color: Pine Tree. HEX triplet: 19, 20 and 0D. RGB value is (25,32,13). Sum of RGB (Red+Green+Blue) = 25+32+13=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #19200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19200D is #E6DFF2. Grayscale: #1B1B1B. Windows color (decimal): -15130611 or 860185. OLE color: 860185.

HSL color Cylindrical-coordinate representation of color #19200D: hue angle of 82.11º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19200D is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 32 13 -
CMYK 0.22 0 0.59 0.87
HSL 82.11º 0.42% 0.09% -
HSV(B) 82.11º 0.59% 0.13% -
XYZ 0.99 1.27 0.57 -
YUV 27.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 25 32 13 0.22 0 0.59 0.87 82.11 0.42 0.09
Hex 19 20 D 16 0 3B 57 52 2A 9
Octal 31 40 15 26 0 73 127 122 52 11
Binary 11001 100000 1101 10110 0 111011 1010111 1010010 101010 1001

Color Harmonies of #19200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19200D

Black with #19200D

Text Example


Text Example

White with #19200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19200D; }

 p { color: rgb(25,32,13); }

 H1.HeaderClassName
 {
   color: #19200D;
 }
 .AnyTagClassName
 {
   color: #19200D;
 }
</style>

background-color css

<style>
 a { background-color: #19200D; }

 a { background-color: rgb(25,32,13); }

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

border-color css

<style>
 span { border-color: #19200D; }

 span { border-color: rgb(25,32,13); }

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