#1F3808

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

Shades of Pine Tree #1F3808

Tints of Pine Tree #1F3808

Color information

#1F3808 (or 0x1F3808) is unknown color: approx Pine Tree. HEX triplet: 1F, 38 and 08. RGB value is (31,56,8). Sum of RGB (Red+Green+Blue) = 31+56+8=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3808 is #E0C7F7. Grayscale: #2B2B2B. Windows color (decimal): -14731256 or 538655. OLE color: 538655.

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

Color convert

RGB31568-
CMYK0.4500.860.78
HSL91.25º75%12.55%-
HSV(B)91.25º85.71%21.96%-
XYZ2.023.140.73-
YUV43.05108.22119.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=32.63%
G=58.95%
B=8.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315680.4500.860.7891.257512.55
Hex1F3882D0564E5b4bd
Octal37701055012611613311315
Binary111111110001000101101010101101001110101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,8); }

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

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

 a { background-color: rgb(31,56,8); }

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

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

 span { border-color: rgb(31,56,8); }

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