Html Css Color HEX #131907 Pine Tree

📋 copy color: '#131907'

red 19 ◦ green 25 ◦ blue 7

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

Shades of Pine Tree #131907

Tints of Pine Tree #131907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 49.02%

 BLUE value IS 7 (3.13% from 255) = 13.73%

R = 37.25%
G = 49.02%
B = 13.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.90

RGB Variations

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

Color information

#131907 (or 0x131907) is known color: Pine Tree. HEX triplet: 13, 19 and 07. RGB value is (19,25,7). Sum of RGB (Red+Green+Blue) = 19+25+7=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #131907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131907 is #ECE6F8. Grayscale: #151515. Windows color (decimal): -15525625 or 465171. OLE color: 465171.

HSL color Cylindrical-coordinate representation of color #131907: hue angle of 80º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131907 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 25 7 -
CMYK 0.24 0 0.72 0.90
HSL 80º 0.56% 0.06% -
HSV(B) 80º 0.72% 0.1% -
XYZ 0.65 0.85 0.33 -
YUV 21.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 19 25 7 0.24 0 0.72 0.90 80 0.56 0.06
Hex 13 19 7 18 0 48 5A 50 38 6
Octal 23 31 7 30 0 110 132 120 70 6
Binary 10011 11001 111 11000 0 1001000 1011010 1010000 111000 110

Color Harmonies of #131907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131907

Black with #131907

Text Example


Text Example

White with #131907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131907; }

 p { color: rgb(19,25,7); }

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

background-color css

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

 a { background-color: rgb(19,25,7); }

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

border-color css

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

 span { border-color: rgb(19,25,7); }

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