Html Css Color HEX #131D09 Pine Tree

📋 copy color: '#131D09'

red 19 ◦ green 29 ◦ blue 9

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

Shades of Pine Tree #131D09

Tints of Pine Tree #131D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 50.88%

 BLUE value IS 9 (3.91% from 255) = 15.79%

R = 33.33%
G = 50.88%
B = 15.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#131D09 (or 0x131D09) is known color: Pine Tree. HEX triplet: 13, 1D and 09. RGB value is (19,29,9). Sum of RGB (Red+Green+Blue) = 19+29+9=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #131D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D09 is #ECE2F6. Grayscale: #171717. Windows color (decimal): -15524599 or 597267. OLE color: 597267.

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

Color convert

RGB 19 29 9 -
CMYK 0.34 0 0.69 0.89
HSL 90º 0.53% 0.07% -
HSV(B) 90º 0.69% 0.11% -
XYZ 0.76 1.04 0.42 -
YUV 23.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 19 29 9 0.34 0 0.69 0.89 90 0.53 0.07
Hex 13 1D 9 22 0 45 59 5A 35 7
Octal 23 35 11 42 0 105 131 132 65 7
Binary 10011 11101 1001 100010 0 1000101 1011001 1011010 110101 111

Color Harmonies of #131D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D09

Black with #131D09

Text Example


Text Example

White with #131D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,9); }

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

background-color css

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

 a { background-color: rgb(19,29,9); }

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

border-color css

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

 span { border-color: rgb(19,29,9); }

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