Html Css Color HEX #131F09 Pine Tree

📋 copy color: '#131F09'

red 19 ◦ green 31 ◦ blue 9

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

Shades of Pine Tree #131F09

Tints of Pine Tree #131F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 52.54%

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

R = 32.2%
G = 52.54%
B = 15.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#131F09 (or 0x131F09) is known color: Pine Tree. HEX triplet: 13, 1F and 09. RGB value is (19,31,9). Sum of RGB (Red+Green+Blue) = 19+31+9=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #131F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F09 is #ECE0F6. Grayscale: #181818. Windows color (decimal): -15524087 or 597779. OLE color: 597779.

HSL color Cylindrical-coordinate representation of color #131F09: hue angle of 92.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131F09 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 31 9 -
CMYK 0.39 0 0.71 0.88
HSL 92.73º 0.55% 0.08% -
HSV(B) 92.73º 0.71% 0.12% -
XYZ 0.81 1.14 0.44 -
YUV 24.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 19 31 9 0.39 0 0.71 0.88 92.73 0.55 0.08
Hex 13 1F 9 27 0 47 58 5D 37 8
Octal 23 37 11 47 0 107 130 135 67 10
Binary 10011 11111 1001 100111 0 1000111 1011000 1011101 110111 1000

Color Harmonies of #131F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F09

Black with #131F09

Text Example


Text Example

White with #131F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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