#1F300A

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

Shades of Pine Tree #1F300A

Tints of Pine Tree #1F300A

Color information

#1F300A (or 0x1F300A) is unknown color: approx Pine Tree. HEX triplet: 1F, 30 and 0A. RGB value is (31,48,10). Sum of RGB (Red+Green+Blue) = 31+48+10=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300A is #E0CFF5. Grayscale: #262626. Windows color (decimal): -14733302 or 667679. OLE color: 667679.

HSL color Cylindrical-coordinate representation of color #1F300A: hue angle of 86.84º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F300A is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB314810-
CMYK0.3500.790.81
HSL86.84º65.52%11.37%-
HSV(B)86.84º79.17%18.82%-
XYZ1.682.430.67-
YUV38.58111.87122.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=34.83%
G=53.93%
B=11.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148100.3500.790.8186.8465.5211.37
Hex1F30A2304F515742b
Octal37601243011712112710213
Binary111111100001010100011010011111010001101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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