#1F3D01

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

Shades of Pine Tree #1F3D01

Tints of Pine Tree #1F3D01

Color information

#1F3D01 (or 0x1F3D01) is unknown color: approx Pine Tree. HEX triplet: 1F, 3D and 01. RGB value is (31,61,1). Sum of RGB (Red+Green+Blue) = 31+61+1=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3D01 is #E0C2FE. Grayscale: #2D2D2D. Windows color (decimal): -14729983 or 81183. OLE color: 81183.

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

Color convert

RGB31611-
CMYK0.4900.980.76
HSL90º96.77%12.16%-
HSV(B)90º98.36%23.92%-
XYZ2.243.630.61-
YUV45.19103.06117.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 61 (24.22% from 255) = 65.59%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=33.33%
G=65.59%
B=1.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal316110.4900.980.769096.7712.16
Hex1F3D1310624C5a61c
Octal3775161014211413214114
Binary111111111011110001011000101001100101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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