Html Css Color HEX #131D04 Pine Tree

📋 copy color: '#131D04'

red 19 ◦ green 29 ◦ blue 4

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

Shades of Pine Tree #131D04

Tints of Pine Tree #131D04

RGB

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

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

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

R = 36.54%
G = 55.77%
B = 7.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#131D04 (or 0x131D04) is known color: Pine Tree. HEX triplet: 13, 1D and 04. RGB value is (19,29,4). Sum of RGB (Red+Green+Blue) = 19+29+4=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #131D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D04 is #ECE2FB. Grayscale: #171717. Windows color (decimal): -15524604 or 269587. OLE color: 269587.

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

Color convert

RGB 19 29 4 -
CMYK 0.34 0 0.86 0.89
HSL 84º 0.76% 0.06% -
HSV(B) 84º 0.86% 0.11% -
XYZ 0.73 1.03 0.27 -
YUV 23.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 19 29 4 0.34 0 0.86 0.89 84 0.76 0.06
Hex 13 1D 4 22 0 56 59 54 4C 6
Octal 23 35 4 42 0 126 131 124 114 6
Binary 10011 11101 100 100010 0 1010110 1011001 1010100 1001100 110

Color Harmonies of #131D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D04

Black with #131D04

Text Example


Text Example

White with #131D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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