#1F4200

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

Shades of Pine Tree #1F4200

Tints of Pine Tree #1F4200

Color information

#1F4200 (or 0x1F4200) is unknown color: approx Pine Tree. HEX triplet: 1F, 42 and 00. RGB value is (31,66,0). Sum of RGB (Red+Green+Blue) = 31+66+0=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4200 is #E0BDFF. Grayscale: #303030. Windows color (decimal): -14728704 or 16927. OLE color: 16927.

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

Color convert

RGB31660-
CMYK0.53010.74
HSL91.82º100%12.94%-
HSV(B)91.82º100%25.88%-
XYZ2.514.190.68-
YUV48.01100.9115.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.96%
G=68.04%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal316600.53010.7491.8210012.94
Hex1F420350644A5c64d
Octal37102065014411213414415
Binary1111110000100110101011001001001010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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