Html Css Color HEX #131C06 Pine Tree

📋 copy color: '#131C06'

red 19 ◦ green 28 ◦ blue 6

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

Shades of Pine Tree #131C06

Tints of Pine Tree #131C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 11.32%

R = 35.85%
G = 52.83%
B = 11.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#131C06 (or 0x131C06) is known color: Pine Tree. HEX triplet: 13, 1C and 06. RGB value is (19,28,6). Sum of RGB (Red+Green+Blue) = 19+28+6=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #131C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C06 is #ECE3F9. Grayscale: #161616. Windows color (decimal): -15524858 or 400403. OLE color: 400403.

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

Color convert

RGB 19 28 6 -
CMYK 0.32 0 0.79 0.89
HSL 84.55º 0.65% 0.07% -
HSV(B) 84.55º 0.79% 0.11% -
XYZ 0.72 0.98 0.32 -
YUV 22.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 19 28 6 0.32 0 0.79 0.89 84.55 0.65 0.07
Hex 13 1C 6 20 0 4F 59 55 41 7
Octal 23 34 6 40 0 117 131 125 101 7
Binary 10011 11100 110 100000 0 1001111 1011001 1010101 1000001 111

Color Harmonies of #131C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C06

Black with #131C06

Text Example


Text Example

White with #131C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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