Html Css Color HEX #1F310F Pine Tree

📋 copy color: '#1F310F'

red 31 ◦ green 49 ◦ blue 15

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

Shades of Pine Tree #1F310F

Tints of Pine Tree #1F310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 32.63%
G = 51.58%
B = 15.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#1F310F (or 0x1F310F) is known color: Pine Tree. HEX triplet: 1F, 31 and 0F. RGB value is (31,49,15). Sum of RGB (Red+Green+Blue) = 31+49+15=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310F is #E0CEF0. Grayscale: #272727. Windows color (decimal): -14733041 or 995615. OLE color: 995615.

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

Color convert

RGB 31 49 15 -
CMYK 0.37 0 0.69 0.81
HSL 91.76º 0.53% 0.13% -
HSV(B) 91.76º 0.69% 0.19% -
XYZ 1.75 2.52 0.85 -
YUV 39.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 31 49 15 0.37 0 0.69 0.81 91.76 0.53 0.13
Hex 1F 31 F 25 0 45 51 5C 35 D
Octal 37 61 17 45 0 105 121 134 65 15
Binary 11111 110001 1111 100101 0 1000101 1010001 1011100 110101 1101

Color Harmonies of #1F310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F310F

Black with #1F310F

Text Example


Text Example

White with #1F310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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