#1F251A

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

Shades of Pine Tree #1F251A

Tints of Pine Tree #1F251A

Color information

#1F251A (or 0x1F251A) is unknown color: approx Pine Tree. HEX triplet: 1F, 25 and 1A. RGB value is (31,37,26). Sum of RGB (Red+Green+Blue) = 31+37+26=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251A is #E0DAE5. Grayscale: #212121. Windows color (decimal): -14736102 or 1713439. OLE color: 1713439.

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

Color convert

RGB313726-
CMYK0.1600.300.85
HSL92.73º17.46%12.35%-
HSV(B)92.73º29.73%14.51%-
XYZ1.411.691.23-
YUV33.95123.51125.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=32.98%
G=39.36%
B=27.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137260.1600.300.8592.7317.4612.35
Hex1F251A1001E555d11c
Octal374532200361251352114
Binary11111100101110101000001111010101011011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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