Html Css Color HEX #1F310A Pine Tree

📋 copy color: '#1F310A'

red 31 ◦ green 49 ◦ blue 10

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

Shades of Pine Tree #1F310A

Tints of Pine Tree #1F310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.11%

R = 34.44%
G = 54.44%
B = 11.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#1F310A (or 0x1F310A) is known color: Pine Tree. HEX triplet: 1F, 31 and 0A. RGB value is (31,49,10). Sum of RGB (Red+Green+Blue) = 31+49+10=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310A is #E0CEF5. Grayscale: #272727. Windows color (decimal): -14733046 or 667935. OLE color: 667935.

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

Color convert

RGB 31 49 10 -
CMYK 0.37 0 0.80 0.81
HSL 87.69º 0.66% 0.12% -
HSV(B) 87.69º 0.8% 0.19% -
XYZ 1.72 2.51 0.68 -
YUV 39.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 31 49 10 0.37 0 0.80 0.81 87.69 0.66 0.12
Hex 1F 31 A 25 0 50 51 58 42 C
Octal 37 61 12 45 0 120 121 130 102 14
Binary 11111 110001 1010 100101 0 1010000 1010001 1011000 1000010 1100

Color Harmonies of #1F310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F310A

Black with #1F310A

Text Example


Text Example

White with #1F310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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