Html Css Color HEX #131C0C Pine Tree

📋 copy color: '#131C0C'

red 19 ◦ green 28 ◦ blue 12

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

Shades of Pine Tree #131C0C

Tints of Pine Tree #131C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 20.34%

R = 32.2%
G = 47.46%
B = 20.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#131C0C (or 0x131C0C) is known color: Pine Tree. HEX triplet: 13, 1C and 0C. RGB value is (19,28,12). Sum of RGB (Red+Green+Blue) = 19+28+12=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #131C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C0C is #ECE3F3. Grayscale: #171717. Windows color (decimal): -15524852 or 793619. OLE color: 793619.

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

Color convert

RGB 19 28 12 -
CMYK 0.32 0 0.57 0.89
HSL 93.75º 0.4% 0.08% -
HSV(B) 93.75º 0.57% 0.11% -
XYZ 0.75 1 0.5 -
YUV 23.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 19 28 12 0.32 0 0.57 0.89 93.75 0.4 0.08
Hex 13 1C C 20 0 39 59 5E 28 8
Octal 23 34 14 40 0 71 131 136 50 10
Binary 10011 11100 1100 100000 0 111001 1011001 1011110 101000 1000

Color Harmonies of #131C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C0C

Black with #131C0C

Text Example


Text Example

White with #131C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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