#1F340A

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

Shades of Pine Tree #1F340A

Tints of Pine Tree #1F340A

Color information

#1F340A (or 0x1F340A) is unknown color: approx Pine Tree. HEX triplet: 1F, 34 and 0A. RGB value is (31,52,10). Sum of RGB (Red+Green+Blue) = 31+52+10=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #1F340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F340A is #E0CBF5. Grayscale: #292929. Windows color (decimal): -14732278 or 668703. OLE color: 668703.

HSL color Cylindrical-coordinate representation of color #1F340A: hue angle of 90º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F340A is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB315210-
CMYK0.4000.810.80
HSL90º67.74%12.16%-
HSV(B)90º80.77%20.39%-
XYZ1.852.770.72-
YUV40.93110.54120.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=33.33%
G=55.91%
B=10.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152100.4000.810.809067.7412.16
Hex1F34A28051505a44c
Octal37641250012112013210414
Binary111111101001010101000010100011010000101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,10); }

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

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

 a { background-color: rgb(31,52,10); }

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

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

 span { border-color: rgb(31,52,10); }

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