Html Css Color HEX #131D00 Pine Tree

📋 copy color: '#131D00'

red 19 ◦ green 29 ◦ blue 0

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

Shades of Pine Tree #131D00

Tints of Pine Tree #131D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.58%
G = 60.42%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#131D00 (or 0x131D00) is known color: Pine Tree. HEX triplet: 13, 1D and 00. RGB value is (19,29,0). Sum of RGB (Red+Green+Blue) = 19+29+0=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #131D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D00 is #ECE2FF. Grayscale: #161616. Windows color (decimal): -15524608 or 7443. OLE color: 7443.

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

Color convert

RGB 19 29 0 -
CMYK 0.34 0 1 0.89
HSL 80.69º 1% 0.06% -
HSV(B) 80.69º 1% 0.11% -
XYZ 0.71 1.02 0.16 -
YUV 22.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 19 29 0 0.34 0 1 0.89 80.69 1 0.06
Hex 13 1D 0 22 0 64 59 51 64 6
Octal 23 35 0 42 0 144 131 121 144 6
Binary 10011 11101 0 100010 0 1100100 1011001 1010001 1100100 110

Color Harmonies of #131D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D00

Black with #131D00

Text Example


Text Example

White with #131D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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