#19200D

Color #19200D Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #19200D

Tints of Pine Tree #19200D

Color information

#19200D (or 0x19200D) is unknown color: approx 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

RGB253213-
CMYK0.2200.590.87
HSL82.11º42.22%8.82%-
HSV(B)82.11º59.38%12.55%-
XYZ0.991.270.57-
YUV27.74119.68126.04-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532130.2200.590.8782.1142.228.82
Hex1920D1603B57522a9
Octal314015260731271225211
Binary110011000001101101100111011101011110100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>