#1F2B09

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

Shades of Pine Tree #1F2B09

Tints of Pine Tree #1F2B09

Color information

#1F2B09 (or 0x1F2B09) is unknown color: approx Pine Tree. HEX triplet: 1F, 2B and 09. RGB value is (31,43,9). Sum of RGB (Red+Green+Blue) = 31+43+9=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2B09 is #E0D4F6. Grayscale: #232323. Windows color (decimal): -14734583 or 600863. OLE color: 600863.

HSL color Cylindrical-coordinate representation of color #1F2B09: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2B09 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB31439-
CMYK0.2800.790.83
HSL81.18º65.38%10.2%-
HSV(B)81.18º79.07%16.86%-
XYZ1.482.040.57-
YUV35.54113.02124.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 43 (17.19% from 255) = 51.81%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=37.35%
G=51.81%
B=10.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal314390.2800.790.8381.1865.3810.2
Hex1F2B91C04F535141a
Octal37531134011712312110112
Binary11111101011100111100010011111010011101000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,9); }

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

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

 a { background-color: rgb(31,43,9); }

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

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

 span { border-color: rgb(31,43,9); }

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