#1F4005

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

Shades of Pine Tree #1F4005

Tints of Pine Tree #1F4005

Color information

#1F4005 (or 0x1F4005) is unknown color: approx Pine Tree. HEX triplet: 1F, 40 and 05. RGB value is (31,64,5). Sum of RGB (Red+Green+Blue) = 31+64+5=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4005 is #E0BFFA. Grayscale: #2F2F2F. Windows color (decimal): -14729211 or 344095. OLE color: 344095.

HSL color Cylindrical-coordinate representation of color #1F4005: hue angle of 93.56º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F4005 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB31645-
CMYK0.5200.920.75
HSL93.56º85.51%13.53%-
HSV(B)93.56º92.19%25.1%-
XYZ2.433.970.78-
YUV47.41104.07116.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 64 (25.39% from 255) = 64%
BLUE value IS 5 (2.34% from 255) = 5%
R=31%
G=64%
B=5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316450.5200.920.7593.5685.5113.53
Hex1F4053405C4B5e56e
Octal37100564013411313612616
Binary111111000000101110100010111001001011101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,5); }

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

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

 a { background-color: rgb(31,64,5); }

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

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

 span { border-color: rgb(31,64,5); }

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