Html Css Color HEX #131C0D Pine Tree

📋 copy color: '#131C0D'

red 19 ◦ green 28 ◦ blue 13

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

Shades of Pine Tree #131C0D

Tints of Pine Tree #131C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 46.67%

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

R = 31.67%
G = 46.67%
B = 21.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#131C0D (or 0x131C0D) is known color: Pine Tree. HEX triplet: 13, 1C and 0D. RGB value is (19,28,13). Sum of RGB (Red+Green+Blue) = 19+28+13=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #131C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C0D is #ECE3F2. Grayscale: #171717. Windows color (decimal): -15524851 or 859155. OLE color: 859155.

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

Color convert

RGB 19 28 13 -
CMYK 0.32 0 0.54 0.89
HSL 96º 0.37% 0.08% -
HSV(B) 96º 0.54% 0.11% -
XYZ 0.76 1 0.53 -
YUV 23.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 19 28 13 0.32 0 0.54 0.89 96 0.37 0.08
Hex 13 1C D 20 0 36 59 60 25 8
Octal 23 34 15 40 0 66 131 140 45 10
Binary 10011 11100 1101 100000 0 110110 1011001 1100000 100101 1000

Color Harmonies of #131C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C0D

Black with #131C0D

Text Example


Text Example

White with #131C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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