#1F2C0F

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

Shades of Pine Tree #1F2C0F

Tints of Pine Tree #1F2C0F

Color information

#1F2C0F (or 0x1F2C0F) is unknown color: approx Pine Tree. HEX triplet: 1F, 2C and 0F. RGB value is (31,44,15). Sum of RGB (Red+Green+Blue) = 31+44+15=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2C0F is #E0D3F0. Grayscale: #242424. Windows color (decimal): -14734321 or 994335. OLE color: 994335.

HSL color Cylindrical-coordinate representation of color #1F2C0F: hue angle of 86.9º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F2C0F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB314415-
CMYK0.3000.660.83
HSL86.9º49.15%11.57%-
HSV(B)86.9º65.91%17.25%-
XYZ1.552.130.78-
YUV36.81115.69123.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 44 (17.58% from 255) = 48.89%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=34.44%
G=48.89%
B=16.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3144150.3000.660.8386.949.1511.57
Hex1F2CF1E042535731c
Octal3754173601021231276114
Binary1111110110011111111001000010101001110101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,15); }

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

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

 a { background-color: rgb(31,44,15); }

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

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

 span { border-color: rgb(31,44,15); }

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