#1F3B05

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

Shades of Pine Tree #1F3B05

Tints of Pine Tree #1F3B05

Color information

#1F3B05 (or 0x1F3B05) is unknown color: approx Pine Tree. HEX triplet: 1F, 3B and 05. RGB value is (31,59,5). Sum of RGB (Red+Green+Blue) = 31+59+5=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3B05 is #E0C4FA. Grayscale: #2C2C2C. Windows color (decimal): -14730491 or 342815. OLE color: 342815.

HSL color Cylindrical-coordinate representation of color #1F3B05: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F3B05 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB31595-
CMYK0.4700.920.77
HSL91.11º84.38%12.55%-
HSV(B)91.11º91.53%23.14%-
XYZ2.163.430.69-
YUV44.47105.72118.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 59 (23.44% from 255) = 62.11%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=32.63%
G=62.11%
B=5.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal315950.4700.920.7791.1184.3812.55
Hex1F3B52F05C4D5b54d
Octal3773557013411513312415
Binary11111111011101101111010111001001101101101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,5); }

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

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

 a { background-color: rgb(31,59,5); }

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

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

 span { border-color: rgb(31,59,5); }

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