Html Css Color HEX #132301 Pine Tree

📋 copy color: '#132301'

red 19 ◦ green 35 ◦ blue 1

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

Shades of Pine Tree #132301

Tints of Pine Tree #132301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 63.64%

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

R = 34.55%
G = 63.64%
B = 1.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#132301 (or 0x132301) is known color: Pine Tree. HEX triplet: 13, 23 and 01. RGB value is (19,35,1). Sum of RGB (Red+Green+Blue) = 19+35+1=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #132301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132301 is #ECDCFE. Grayscale: #1A1A1A. Windows color (decimal): -15523071 or 74515. OLE color: 74515.

HSL color Cylindrical-coordinate representation of color #132301: hue angle of 88.24º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #132301 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 1 -
CMYK 0.46 0 0.97 0.86
HSL 88.24º 0.94% 0.07% -
HSV(B) 88.24º 0.97% 0.14% -
XYZ 0.88 1.34 0.24 -
YUV 26.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 19 35 1 0.46 0 0.97 0.86 88.24 0.94 0.07
Hex 13 23 1 2E 0 61 56 58 5E 7
Octal 23 43 1 56 0 141 126 130 136 7
Binary 10011 100011 1 101110 0 1100001 1010110 1011000 1011110 111

Color Harmonies of #132301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132301

Black with #132301

Text Example


Text Example

White with #132301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132301; }

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

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

background-color css

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

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

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

border-color css

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

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

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