#1F3409

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

Shades of Pine Tree #1F3409

Tints of Pine Tree #1F3409

Color information

#1F3409 (or 0x1F3409) is unknown color: approx Pine Tree. HEX triplet: 1F, 34 and 09. RGB value is (31,52,9). Sum of RGB (Red+Green+Blue) = 31+52+9=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3409 is #E0CBF6. Grayscale: #282828. Windows color (decimal): -14732279 or 603167. OLE color: 603167.

HSL color Cylindrical-coordinate representation of color #1F3409: hue angle of 89.3º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3409 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB31529-
CMYK0.4000.830.80
HSL89.3º70.49%11.96%-
HSV(B)89.3º82.69%20.39%-
XYZ1.842.770.7-
YUV40.82110.04121-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=33.70%
G=56.52%
B=9.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal315290.4000.830.8089.370.4911.96
Hex1F34928053505946c
Octal37641150012312013110614
Binary111111101001001101000010100111010000101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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