#1F2F00

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

Shades of Pine Tree #1F2F00

Tints of Pine Tree #1F2F00

Color information

#1F2F00 (or 0x1F2F00) is unknown color: approx Pine Tree. HEX triplet: 1F, 2F and 00. RGB value is (31,47,0). Sum of RGB (Red+Green+Blue) = 31+47+0=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 47 (18.75% from 255 or 60.26% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2F00 is #E0D0FF. Grayscale: #252525. Windows color (decimal): -14733568 or 12063. OLE color: 12063.

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

Color convert

RGB31470-
CMYK0.34010.82
HSL80.43º100%9.22%-
HSV(B)80.43º100%18.43%-
XYZ1.582.320.37-
YUV36.86107.2123.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 47 (18.75% from 255) = 60.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.74%
G=60.26%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal314700.34010.8280.431009.22
Hex1F2F0220645250649
Octal3757042014412212014411
Binary111111011110100010011001001010010101000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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