Html Css Color HEX #132701 Pine Tree

📋 copy color: '#132701'

red 19 ◦ green 39 ◦ blue 1

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

Shades of Pine Tree #132701

Tints of Pine Tree #132701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 66.1%

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

R = 32.2%
G = 66.1%
B = 1.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#132701 (or 0x132701) is known color: Pine Tree. HEX triplet: 13, 27 and 01. RGB value is (19,39,1). Sum of RGB (Red+Green+Blue) = 19+39+1=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #132701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132701 is #ECD8FE. Grayscale: #1C1C1C. Windows color (decimal): -15522047 or 75539. OLE color: 75539.

HSL color Cylindrical-coordinate representation of color #132701: hue angle of 91.58º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132701 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 1 -
CMYK 0.51 0 0.97 0.85
HSL 91.58º 0.95% 0.08% -
HSV(B) 91.58º 0.97% 0.15% -
XYZ 1 1.59 0.28 -
YUV 28.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 19 39 1 0.51 0 0.97 0.85 91.58 0.95 0.08
Hex 13 27 1 33 0 61 55 5C 5F 8
Octal 23 47 1 63 0 141 125 134 137 10
Binary 10011 100111 1 110011 0 1100001 1010101 1011100 1011111 1000

Color Harmonies of #132701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132701

Black with #132701

Text Example


Text Example

White with #132701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132701; }

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

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

background-color css

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

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

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

border-color css

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

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

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