#1F3308

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

Shades of Pine Tree #1F3308

Tints of Pine Tree #1F3308

Color information

#1F3308 (or 0x1F3308) is unknown color: approx Pine Tree. HEX triplet: 1F, 33 and 08. RGB value is (31,51,8). Sum of RGB (Red+Green+Blue) = 31+51+8=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3308 is #E0CCF7. Grayscale: #282828. Windows color (decimal): -14732536 or 537375. OLE color: 537375.

HSL color Cylindrical-coordinate representation of color #1F3308: hue angle of 87.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F3308 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB31518-
CMYK0.3900.840.8
HSL87.91º72.88%11.57%-
HSV(B)87.91º84.31%20%-
XYZ1.792.680.65-
YUV40.12109.87121.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=34.44%
G=56.67%
B=8.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal315180.3900.840.887.9172.8811.57
Hex1F33827054505849c
Octal37631047012412013011114
Binary111111100111000100111010101001010000101100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,8); }

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

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

 a { background-color: rgb(31,51,8); }

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

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

 span { border-color: rgb(31,51,8); }

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