Html Css Color HEX #1F310D Pine Tree

📋 copy color: '#1F310D'

red 31 ◦ green 49 ◦ blue 13

#1F310D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #1F310D

Tints of Pine Tree #1F310D

RGB

 RED value IS 31 (12.5% from 255) = 33.33%

 GREEN value IS 49 (19.53% from 255) = 52.69%

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 33.33%
G = 52.69%
B = 13.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#1F310D (or 0x1F310D) is known color: Pine Tree. HEX triplet: 1F, 31 and 0D. RGB value is (31,49,13). Sum of RGB (Red+Green+Blue) = 31+49+13=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310D is #E0CEF2. Grayscale: #272727. Windows color (decimal): -14733043 or 864543. OLE color: 864543.

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

Color convert

RGB 31 49 13 -
CMYK 0.37 0 0.73 0.81
HSL 90º 0.58% 0.12% -
HSV(B) 90º 0.73% 0.19% -
XYZ 1.74 2.52 0.78 -
YUV 39.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 31 49 13 0.37 0 0.73 0.81 90 0.58 0.12
Hex 1F 31 D 25 0 49 51 5A 3A C
Octal 37 61 15 45 0 111 121 132 72 14
Binary 11111 110001 1101 100101 0 1001001 1010001 1011010 111010 1100

Color Harmonies of #1F310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F310D

Black with #1F310D

Text Example


Text Example

White with #1F310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,49,13); }

 H1.HeaderClassName
 {
   color: #1F310D;
 }
 .AnyTagClassName
 {
   color: #1F310D;
 }
</style>

background-color css

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

 a { background-color: rgb(31,49,13); }

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

border-color css

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

 span { border-color: rgb(31,49,13); }

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