Html Css Color HEX #131D0D Pine Tree

📋 copy color: '#131D0D'

red 19 ◦ green 29 ◦ blue 13

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

Shades of Pine Tree #131D0D

Tints of Pine Tree #131D0D

RGB

 RED value IS 19 (7.81% from 255) = 31.15%

 GREEN value IS 29 (11.72% from 255) = 47.54%

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

R = 31.15%
G = 47.54%
B = 21.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#131D0D (or 0x131D0D) is known color: Pine Tree. HEX triplet: 13, 1D and 0D. RGB value is (19,29,13). Sum of RGB (Red+Green+Blue) = 19+29+13=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #131D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D0D is #ECE2F2. Grayscale: #181818. Windows color (decimal): -15524595 or 859411. OLE color: 859411.

HSL color Cylindrical-coordinate representation of color #131D0D: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131D0D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 29 13 -
CMYK 0.34 0 0.55 0.89
HSL 97.5º 0.38% 0.08% -
HSV(B) 97.5º 0.55% 0.11% -
XYZ 0.78 1.05 0.54 -
YUV 24.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 19 29 13 0.34 0 0.55 0.89 97.5 0.38 0.08
Hex 13 1D D 22 0 37 59 62 26 8
Octal 23 35 15 42 0 67 131 142 46 10
Binary 10011 11101 1101 100010 0 110111 1011001 1100010 100110 1000

Color Harmonies of #131D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D0D

Black with #131D0D

Text Example


Text Example

White with #131D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131D0D; }

 p { color: rgb(19,29,13); }

 H1.HeaderClassName
 {
   color: #131D0D;
 }
 .AnyTagClassName
 {
   color: #131D0D;
 }
</style>

background-color css

<style>
 a { background-color: #131D0D; }

 a { background-color: rgb(19,29,13); }

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

border-color css

<style>
 span { border-color: #131D0D; }

 span { border-color: rgb(19,29,13); }

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