Html Css Color HEX #131D0E Pine Tree

📋 copy color: '#131D0E'

red 19 ◦ green 29 ◦ blue 14

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

Shades of Pine Tree #131D0E

Tints of Pine Tree #131D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.58%

R = 30.65%
G = 46.77%
B = 22.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#131D0E (or 0x131D0E) is known color: Pine Tree. HEX triplet: 13, 1D and 0E. RGB value is (19,29,14). Sum of RGB (Red+Green+Blue) = 19+29+14=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #131D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D0E is #ECE2F1. Grayscale: #181818. Windows color (decimal): -15524594 or 924947. OLE color: 924947.

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

Color convert

RGB 19 29 14 -
CMYK 0.34 0 0.52 0.89
HSL 100º 0.35% 0.08% -
HSV(B) 100º 0.52% 0.11% -
XYZ 0.79 1.05 0.58 -
YUV 24.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 19 29 14 0.34 0 0.52 0.89 100 0.35 0.08
Hex 13 1D E 22 0 34 59 64 23 8
Octal 23 35 16 42 0 64 131 144 43 10
Binary 10011 11101 1110 100010 0 110100 1011001 1100100 100011 1000

Color Harmonies of #131D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D0E

Black with #131D0E

Text Example


Text Example

White with #131D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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