Html Css Color HEX #131F04 Pine Tree

📋 copy color: '#131F04'

red 19 ◦ green 31 ◦ blue 4

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

Shades of Pine Tree #131F04

Tints of Pine Tree #131F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.41%

R = 35.19%
G = 57.41%
B = 7.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#131F04 (or 0x131F04) is known color: Pine Tree. HEX triplet: 13, 1F and 04. RGB value is (19,31,4). Sum of RGB (Red+Green+Blue) = 19+31+4=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #131F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F04 is #ECE0FB. Grayscale: #181818. Windows color (decimal): -15524092 or 270099. OLE color: 270099.

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

Color convert

RGB 19 31 4 -
CMYK 0.39 0 0.87 0.88
HSL 86.67º 0.77% 0.07% -
HSV(B) 86.67º 0.87% 0.12% -
XYZ 0.78 1.13 0.29 -
YUV 24.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 19 31 4 0.39 0 0.87 0.88 86.67 0.77 0.07
Hex 13 1F 4 27 0 57 58 57 4D 7
Octal 23 37 4 47 0 127 130 127 115 7
Binary 10011 11111 100 100111 0 1010111 1011000 1010111 1001101 111

Color Harmonies of #131F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F04

Black with #131F04

Text Example


Text Example

White with #131F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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