#1F3502

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

Shades of Pine Tree #1F3502

Tints of Pine Tree #1F3502

Color information

#1F3502 (or 0x1F3502) is unknown color: approx Pine Tree. HEX triplet: 1F, 35 and 02. RGB value is (31,53,2). Sum of RGB (Red+Green+Blue) = 31+53+2=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #1F3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3502 is #E0CAFD. Grayscale: #282828. Windows color (decimal): -14732030 or 144671. OLE color: 144671.

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

Color convert

RGB31532-
CMYK0.4200.960.79
HSL85.88º92.73%10.78%-
HSV(B)85.88º96.23%20.78%-
XYZ1.852.840.51-
YUV40.61106.21121.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 53 (21.09% from 255) = 61.63%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=36.05%
G=61.63%
B=2.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal315320.4200.960.7985.8892.7310.78
Hex1F3522A0604F565db
Octal3765252014011712613513
Binary1111111010110101010011000001001111101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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