#1F2519

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

Shades of Pine Tree #1F2519

Tints of Pine Tree #1F2519

Color information

#1F2519 (or 0x1F2519) is unknown color: approx Pine Tree. HEX triplet: 1F, 25 and 19. RGB value is (31,37,25). Sum of RGB (Red+Green+Blue) = 31+37+25=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2519 is #E0DAE6. Grayscale: #212121. Windows color (decimal): -14736103 or 1647903. OLE color: 1647903.

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

Color convert

RGB313725-
CMYK0.1600.320.85
HSL90º19.35%12.16%-
HSV(B)90º32.43%14.51%-
XYZ1.41.681.17-
YUV33.84123.01125.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=33.33%
G=39.78%
B=26.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137250.1600.320.859019.3512.16
Hex1F251910020555a13c
Octal374531200401251322314
Binary111111001011100110000010000010101011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2519; }

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

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

<style>
 a { background-color: #1F2519; }

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

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

<style>
 span { border-color: #1F2519; }

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

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