#1F3802

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

Shades of Pine Tree #1F3802

Tints of Pine Tree #1F3802

Color information

#1F3802 (or 0x1F3802) is unknown color: approx Pine Tree. HEX triplet: 1F, 38 and 02. RGB value is (31,56,2). Sum of RGB (Red+Green+Blue) = 31+56+2=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3802 is #E0C7FD. Grayscale: #2A2A2A. Windows color (decimal): -14731262 or 145439. OLE color: 145439.

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

Color convert

RGB31562-
CMYK0.4500.960.78
HSL87.78º93.1%11.37%-
HSV(B)87.78º96.43%21.96%-
XYZ1.993.120.56-
YUV42.37105.22119.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 56 (22.27% from 255) = 62.92%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=34.83%
G=62.92%
B=2.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal315620.4500.960.7887.7893.111.37
Hex1F3822D0604E585db
Octal3770255014011613013513
Binary1111111100010101101011000001001110101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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