#19280D

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

Shades of Pine Tree #19280D

Tints of Pine Tree #19280D

Color information

#19280D (or 0x19280D) is unknown color: approx Pine Tree. HEX triplet: 19, 28 and 0D. RGB value is (25,40,13). Sum of RGB (Red+Green+Blue) = 25+40+13=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #19280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19280D is #E6D7F2. Grayscale: #202020. Windows color (decimal): -15128563 or 862233. OLE color: 862233.

HSL color Cylindrical-coordinate representation of color #19280D: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19280D is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB254013-
CMYK0.3800.670.84
HSL93.33º50.94%10.39%-
HSV(B)93.33º67.5%15.69%-
XYZ1.231.750.65-
YUV32.44117.03122.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=32.05%
G=51.28%
B=16.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2540130.3800.670.8493.3350.9410.39
Hex1928D26043545d33a
Octal3150154601031241356312
Binary11001101000110110011001000011101010010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19280D;
 }
 .AnyTagClassName
 {
   color: #19280D;
 }
</style>
background-color css

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

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

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

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

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

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