#1F3000

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

Shades of Pine Tree #1F3000

Tints of Pine Tree #1F3000

Color information

#1F3000 (or 0x1F3000) is unknown color: approx Pine Tree. HEX triplet: 1F, 30 and 00. RGB value is (31,48,0). Sum of RGB (Red+Green+Blue) = 31+48+0=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3000 is #E0CFFF. Grayscale: #252525. Windows color (decimal): -14733312 or 12319. OLE color: 12319.

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

Color convert

RGB31480-
CMYK0.35010.81
HSL81.25º100%9.41%-
HSV(B)81.25º100%18.82%-
XYZ1.622.410.38-
YUV37.44106.87123.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.24%
G=60.76%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314800.35010.8181.251009.41
Hex1F300230645151649
Octal3760043014412112114411
Binary111111100000100011011001001010001101000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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