#1F3D09

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

Shades of Pine Tree #1F3D09

Tints of Pine Tree #1F3D09

Color information

#1F3D09 (or 0x1F3D09) is unknown color: approx Pine Tree. HEX triplet: 1F, 3D and 09. RGB value is (31,61,9). Sum of RGB (Red+Green+Blue) = 31+61+9=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3D09 is #E0C2F6. Grayscale: #2E2E2E. Windows color (decimal): -14729975 or 605471. OLE color: 605471.

HSL color Cylindrical-coordinate representation of color #1F3D09: hue angle of 94.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3D09 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB31619-
CMYK0.4900.850.76
HSL94.62º74.29%13.73%-
HSV(B)94.62º85.25%23.92%-
XYZ2.283.650.84-
YUV46.1107.06117.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 61 (24.22% from 255) = 60.40%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=30.69%
G=60.40%
B=8.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal316190.4900.850.7694.6274.2913.73
Hex1F3D9310554C5f4ae
Octal37751161012511413711216
Binary111111111011001110001010101011001100101111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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