Html Css Color HEX #1D310B Pine Tree

📋 copy color: '#1D310B'

red 29 ◦ green 49 ◦ blue 11

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

Shades of Pine Tree #1D310B

Tints of Pine Tree #1D310B

RGB

 RED value IS 29 (11.72% from 255) = 32.58%

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

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 32.58%
G = 55.06%
B = 12.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#1D310B (or 0x1D310B) is known color: Pine Tree. HEX triplet: 1D, 31 and 0B. RGB value is (29,49,11). Sum of RGB (Red+Green+Blue) = 29+49+11=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1D310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D310B is #E2CEF4. Grayscale: #262626. Windows color (decimal): -14864117 or 733469. OLE color: 733469.

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

Color convert

RGB 29 49 11 -
CMYK 0.41 0 0.78 0.81
HSL 91.58º 0.63% 0.12% -
HSV(B) 91.58º 0.78% 0.19% -
XYZ 1.67 2.48 0.71 -
YUV 38.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 29 49 11 0.41 0 0.78 0.81 91.58 0.63 0.12
Hex 1D 31 B 29 0 4E 51 5C 3F C
Octal 35 61 13 51 0 116 121 134 77 14
Binary 11101 110001 1011 101001 0 1001110 1010001 1011100 111111 1100

Color Harmonies of #1D310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D310B

Black with #1D310B

Text Example


Text Example

White with #1D310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,49,11); }

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

background-color css

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

 a { background-color: rgb(29,49,11); }

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

border-color css

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

 span { border-color: rgb(29,49,11); }

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