Html Css Color HEX #132501 Pine Tree

📋 copy color: '#132501'

red 19 ◦ green 37 ◦ blue 1

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

Shades of Pine Tree #132501

Tints of Pine Tree #132501

RGB

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

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

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

R = 33.33%
G = 64.91%
B = 1.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#132501 (or 0x132501) is known color: Pine Tree. HEX triplet: 13, 25 and 01. RGB value is (19,37,1). Sum of RGB (Red+Green+Blue) = 19+37+1=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #132501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132501 is #ECDAFE. Grayscale: #1B1B1B. Windows color (decimal): -15522559 or 75027. OLE color: 75027.

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

Color convert

RGB 19 37 1 -
CMYK 0.49 0 0.97 0.85
HSL 90º 0.95% 0.07% -
HSV(B) 90º 0.97% 0.15% -
XYZ 0.94 1.46 0.26 -
YUV 27.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 19 37 1 0.49 0 0.97 0.85 90 0.95 0.07
Hex 13 25 1 31 0 61 55 5A 5F 7
Octal 23 45 1 61 0 141 125 132 137 7
Binary 10011 100101 1 110001 0 1100001 1010101 1011010 1011111 111

Color Harmonies of #132501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132501

Black with #132501

Text Example


Text Example

White with #132501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132501; }

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

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

background-color css

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

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

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

border-color css

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

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

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