#1F280A

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

Shades of Pine Tree #1F280A

Tints of Pine Tree #1F280A

Color information

#1F280A (or 0x1F280A) is unknown color: approx Pine Tree. HEX triplet: 1F, 28 and 0A. RGB value is (31,40,10). Sum of RGB (Red+Green+Blue) = 31+40+10=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1F280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F280A is #E0D7F5. Grayscale: #222222. Windows color (decimal): -14735350 or 665631. OLE color: 665631.

HSL color Cylindrical-coordinate representation of color #1F280A: hue angle of 78º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F280A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB314010-
CMYK0.2200.750.84
HSL78º60%9.8%-
HSV(B)78º75%15.69%-
XYZ1.381.830.57-
YUV33.89114.52125.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=38.27%
G=49.38%
B=12.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3140100.2200.750.8478609.8
Hex1F28A1604B544e3ca
Octal3750122601131241167412
Binary1111110100010101011001001011101010010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,10); }

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

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

 a { background-color: rgb(31,40,10); }

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

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

 span { border-color: rgb(31,40,10); }

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