#1F3202

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

Shades of Pine Tree #1F3202

Tints of Pine Tree #1F3202

Color information

#1F3202 (or 0x1F3202) is unknown color: approx Pine Tree. HEX triplet: 1F, 32 and 02. RGB value is (31,50,2). Sum of RGB (Red+Green+Blue) = 31+50+2=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3202 is #E0CDFD. Grayscale: #272727. Windows color (decimal): -14732798 or 143903. OLE color: 143903.

HSL color Cylindrical-coordinate representation of color #1F3202: hue angle of 83.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3202 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB31502-
CMYK0.3800.960.80
HSL83.75º92.31%10.2%-
HSV(B)83.75º96%19.61%-
XYZ1.722.580.46-
YUV38.85107.21122.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=37.35%
G=60.24%
B=2.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal315020.3800.960.8083.7592.3110.2
Hex1F3222606050545ca
Octal3762246014012012413412
Binary1111111001010100110011000001010000101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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