#1F300B

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

Shades of Pine Tree #1F300B

Tints of Pine Tree #1F300B

Color information

#1F300B (or 0x1F300B) is unknown color: approx Pine Tree. HEX triplet: 1F, 30 and 0B. RGB value is (31,48,11). Sum of RGB (Red+Green+Blue) = 31+48+11=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300B is #E0CFF4. Grayscale: #262626. Windows color (decimal): -14733301 or 733215. OLE color: 733215.

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

Color convert

RGB314811-
CMYK0.3500.770.81
HSL87.57º62.71%11.57%-
HSV(B)87.57º77.08%18.82%-
XYZ1.682.430.7-
YUV38.7112.37122.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=34.44%
G=53.33%
B=12.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148110.3500.770.8187.5762.7111.57
Hex1F30B2304D51583fc
Octal3760134301151211307714
Binary11111110000101110001101001101101000110110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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