#1F201E

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

Shades of Pine Tree #1F201E

Tints of Pine Tree #1F201E

Color information

#1F201E (or 0x1F201E) is unknown color: approx Pine Tree. HEX triplet: 1F, 20 and 1E. RGB value is (31,32,30). Sum of RGB (Red+Green+Blue) = 31+32+30=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201E is #E0DFE1. Grayscale: #1F1F1F. Windows color (decimal): -14737378 or 1974303. OLE color: 1974303.

HSL color Cylindrical-coordinate representation of color #1F201E: hue angle of 90º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1F201E is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB313230-
CMYK0.0300.060.87
HSL90º3.23%12.16%-
HSV(B)90º6.25%12.55%-
XYZ1.321.421.43-
YUV31.47127.17127.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=33.33%
G=34.41%
B=32.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3132300.0300.060.87903.2312.16
Hex1F201E306575a3c
Octal374036306127132314
Binary111111000001111011011010101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,30); }

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

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

 a { background-color: rgb(31,32,30); }

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

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

 span { border-color: rgb(31,32,30); }

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