Html Css Color HEX #132401 Pine Tree

📋 copy color: '#132401'

red 19 ◦ green 36 ◦ blue 1

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

Shades of Pine Tree #132401

Tints of Pine Tree #132401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 64.29%

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

R = 33.93%
G = 64.29%
B = 1.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#132401 (or 0x132401) is known color: Pine Tree. HEX triplet: 13, 24 and 01. RGB value is (19,36,1). Sum of RGB (Red+Green+Blue) = 19+36+1=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #132401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132401 is #ECDBFE. Grayscale: #1B1B1B. Windows color (decimal): -15522815 or 74771. OLE color: 74771.

HSL color Cylindrical-coordinate representation of color #132401: hue angle of 89.14º degrees, saturation: 0.95, 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 #132401 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 36 1 -
CMYK 0.47 0 0.97 0.86
HSL 89.14º 0.95% 0.07% -
HSV(B) 89.14º 0.97% 0.14% -
XYZ 0.9 1.4 0.25 -
YUV 26.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 19 36 1 0.47 0 0.97 0.86 89.14 0.95 0.07
Hex 13 24 1 2F 0 61 56 59 5F 7
Octal 23 44 1 57 0 141 126 131 137 7
Binary 10011 100100 1 101111 0 1100001 1010110 1011001 1011111 111

Color Harmonies of #132401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132401

Black with #132401

Text Example


Text Example

White with #132401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132401; }

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

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

background-color css

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

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

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

border-color css

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

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

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