Html Css Color HEX #131B0A Pine Tree

📋 copy color: '#131B0A'

red 19 ◦ green 27 ◦ blue 10

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

Shades of Pine Tree #131B0A

Tints of Pine Tree #131B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 48.21%

 BLUE value IS 10 (4.3% from 255) = 17.86%

R = 33.93%
G = 48.21%
B = 17.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#131B0A (or 0x131B0A) is known color: Pine Tree. HEX triplet: 13, 1B and 0A. RGB value is (19,27,10). Sum of RGB (Red+Green+Blue) = 19+27+10=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #131B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B0A is #ECE4F5. Grayscale: #161616. Windows color (decimal): -15525110 or 662291. OLE color: 662291.

HSL color Cylindrical-coordinate representation of color #131B0A: hue angle of 88.24º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131B0A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 10 -
CMYK 0.30 0 0.63 0.89
HSL 88.24º 0.46% 0.07% -
HSV(B) 88.24º 0.63% 0.11% -
XYZ 0.72 0.94 0.43 -
YUV 22.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 19 27 10 0.30 0 0.63 0.89 88.24 0.46 0.07
Hex 13 1B A 1E 0 3F 59 58 2E 7
Octal 23 33 12 36 0 77 131 130 56 7
Binary 10011 11011 1010 11110 0 111111 1011001 1011000 101110 111

Color Harmonies of #131B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B0A

Black with #131B0A

Text Example


Text Example

White with #131B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,10); }

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

background-color css

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

 a { background-color: rgb(19,27,10); }

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

border-color css

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

 span { border-color: rgb(19,27,10); }

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