#1F330C

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

Shades of Pine Tree #1F330C

Tints of Pine Tree #1F330C

Color information

#1F330C (or 0x1F330C) is unknown color: approx Pine Tree. HEX triplet: 1F, 33 and 0C. RGB value is (31,51,12). Sum of RGB (Red+Green+Blue) = 31+51+12=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #1F330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F330C is #E0CCF3. Grayscale: #282828. Windows color (decimal): -14732532 or 799519. OLE color: 799519.

HSL color Cylindrical-coordinate representation of color #1F330C: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F330C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB315112-
CMYK0.3900.760.8
HSL90.77º61.9%12.35%-
HSV(B)90.77º76.47%20%-
XYZ1.822.690.77-
YUV40.57111.87121.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=32.98%
G=54.26%
B=12.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151120.3900.760.890.7761.912.35
Hex1F33C2704C505b3ec
Octal3763144701141201337614
Binary11111110011110010011101001100101000010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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