Html Css Color HEX #132001 Pine Tree

📋 copy color: '#132001'

red 19 ◦ green 32 ◦ blue 1

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

Shades of Pine Tree #132001

Tints of Pine Tree #132001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 61.54%

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 36.54%
G = 61.54%
B = 1.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#132001 (or 0x132001) is known color: Pine Tree. HEX triplet: 13, 20 and 01. RGB value is (19,32,1). Sum of RGB (Red+Green+Blue) = 19+32+1=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #132001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132001 is #ECDFFE. Grayscale: #181818. Windows color (decimal): -15523839 or 73747. OLE color: 73747.

HSL color Cylindrical-coordinate representation of color #132001: hue angle of 85.16º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132001 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 1 -
CMYK 0.41 0 0.97 0.87
HSL 85.16º 0.94% 0.06% -
HSV(B) 85.16º 0.97% 0.13% -
XYZ 0.79 1.17 0.21 -
YUV 24.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 19 32 1 0.41 0 0.97 0.87 85.16 0.94 0.06
Hex 13 20 1 29 0 61 57 55 5E 6
Octal 23 40 1 51 0 141 127 125 136 6
Binary 10011 100000 1 101001 0 1100001 1010111 1010101 1011110 110

Color Harmonies of #132001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132001

Black with #132001

Text Example


Text Example

White with #132001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132001; }

 p { color: rgb(19,32,1); }

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

background-color css

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

 a { background-color: rgb(19,32,1); }

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

border-color css

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

 span { border-color: rgb(19,32,1); }

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