#1F4000

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

Shades of Pine Tree #1F4000

Tints of Pine Tree #1F4000

Color information

#1F4000 (or 0x1F4000) is unknown color: approx Pine Tree. HEX triplet: 1F, 40 and 00. RGB value is (31,64,0). Sum of RGB (Red+Green+Blue) = 31+64+0=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4000 is #E0BFFF. Grayscale: #2F2F2F. Windows color (decimal): -14729216 or 16415. OLE color: 16415.

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

Color convert

RGB31640-
CMYK0.52010.75
HSL90.94º100%12.55%-
HSV(B)90.94º100%25.1%-
XYZ2.43.960.64-
YUV46.84101.57116.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.63%
G=67.37%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316400.52010.7590.9410012.55
Hex1F400340644B5b64d
Octal37100064014411313314415
Binary1111110000000110100011001001001011101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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