#1F380C

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

Shades of Pine Tree #1F380C

Tints of Pine Tree #1F380C

Color information

#1F380C (or 0x1F380C) is unknown color: approx Pine Tree. HEX triplet: 1F, 38 and 0C. RGB value is (31,56,12). Sum of RGB (Red+Green+Blue) = 31+56+12=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #1F380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F380C is #E0C7F3. Grayscale: #2B2B2B. Windows color (decimal): -14731252 or 800799. OLE color: 800799.

HSL color Cylindrical-coordinate representation of color #1F380C: hue angle of 94.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F380C is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB315612-
CMYK0.4500.790.78
HSL94.09º64.71%13.33%-
HSV(B)94.09º78.57%21.96%-
XYZ2.053.150.85-
YUV43.51110.22119.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 56 (22.27% from 255) = 56.57%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=31.31%
G=56.57%
B=12.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156120.4500.790.7894.0964.7113.33
Hex1F38C2D04F4E5e41d
Octal37701455011711613610115
Binary111111110001100101101010011111001110101111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,12); }

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

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

 a { background-color: rgb(31,56,12); }

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

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

 span { border-color: rgb(31,56,12); }

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