Html Css Color HEX #1B310D Pine Tree

📋 copy color: '#1B310D'

red 27 ◦ green 49 ◦ blue 13

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

Shades of Pine Tree #1B310D

Tints of Pine Tree #1B310D

RGB

 RED value IS 27 (10.94% from 255) = 30.34%

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

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

R = 30.34%
G = 55.06%
B = 14.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#1B310D (or 0x1B310D) is known color: Pine Tree. HEX triplet: 1B, 31 and 0D. RGB value is (27,49,13). Sum of RGB (Red+Green+Blue) = 27+49+13=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B310D is #E4CEF2. Grayscale: #262626. Windows color (decimal): -14995187 or 864539. OLE color: 864539.

HSL color Cylindrical-coordinate representation of color #1B310D: hue angle of 96.67º 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 #1B310D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 49 13 -
CMYK 0.45 0 0.73 0.81
HSL 96.67º 0.58% 0.12% -
HSV(B) 96.67º 0.73% 0.19% -
XYZ 1.62 2.46 0.77 -
YUV 38.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 27 49 13 0.45 0 0.73 0.81 96.67 0.58 0.12
Hex 1B 31 D 2D 0 49 51 61 3A C
Octal 33 61 15 55 0 111 121 141 72 14
Binary 11011 110001 1101 101101 0 1001001 1010001 1100001 111010 1100

Color Harmonies of #1B310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B310D

Black with #1B310D

Text Example


Text Example

White with #1B310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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