#19250D

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

Shades of Pine Tree #19250D

Tints of Pine Tree #19250D

Color information

#19250D (or 0x19250D) is unknown color: approx Pine Tree. HEX triplet: 19, 25 and 0D. RGB value is (25,37,13). Sum of RGB (Red+Green+Blue) = 25+37+13=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #19250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250D is #E6DAF2. Grayscale: #1E1E1E. Windows color (decimal): -15129331 or 861465. OLE color: 861465.

HSL color Cylindrical-coordinate representation of color #19250D: hue angle of 90º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19250D is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB253713-
CMYK0.3200.650.85
HSL90º48%9.8%-
HSV(B)90º64.86%14.51%-
XYZ1.141.560.62-
YUV30.68118.02123.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=33.33%
G=49.33%
B=17.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537130.3200.650.8590489.8
Hex1925D20041555a30a
Octal3145154001011251326012
Binary11001100101110110000001000001101010110110101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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