Html Css Color HEX #132500 Pine Tree

📋 copy color: '#132500'

red 19 ◦ green 37 ◦ blue 0

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

Shades of Pine Tree #132500

Tints of Pine Tree #132500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 66.07%

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

R = 33.93%
G = 66.07%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#132500 (or 0x132500) is known color: Pine Tree. HEX triplet: 13, 25 and 00. RGB value is (19,37,0). Sum of RGB (Red+Green+Blue) = 19+37+0=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #132500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132500 is #ECDAFF. Grayscale: #1B1B1B. Windows color (decimal): -15522560 or 9491. OLE color: 9491.

HSL color Cylindrical-coordinate representation of color #132500: hue angle of 89.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 0 -
CMYK 0.49 0 1 0.85
HSL 89.19º 1% 0.07% -
HSV(B) 89.19º 1% 0.15% -
XYZ 0.93 1.46 0.23 -
YUV 27.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 19 37 0 0.49 0 1 0.85 89.19 1 0.07
Hex 13 25 0 31 0 64 55 59 64 7
Octal 23 45 0 61 0 144 125 131 144 7
Binary 10011 100101 0 110001 0 1100100 1010101 1011001 1100100 111

Color Harmonies of #132500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132500

Black with #132500

Text Example


Text Example

White with #132500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132500; }

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

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

background-color css

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

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

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

border-color css

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

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

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