Html Css Color HEX #132801 Pine Tree

📋 copy color: '#132801'

red 19 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #132801

Tints of Pine Tree #132801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 66.67%

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

R = 31.67%
G = 66.67%
B = 1.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#132801 (or 0x132801) is known color: Pine Tree. HEX triplet: 13, 28 and 01. RGB value is (19,40,1). Sum of RGB (Red+Green+Blue) = 19+40+1=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #132801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132801 is #ECD7FE. Grayscale: #1D1D1D. Windows color (decimal): -15521791 or 75795. OLE color: 75795.

HSL color Cylindrical-coordinate representation of color #132801: hue angle of 92.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #132801 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 1 -
CMYK 0.52 0 0.98 0.84
HSL 92.31º 0.95% 0.08% -
HSV(B) 92.31º 0.98% 0.16% -
XYZ 1.03 1.66 0.29 -
YUV 29.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 19 40 1 0.52 0 0.98 0.84 92.31 0.95 0.08
Hex 13 28 1 34 0 62 54 5C 5F 8
Octal 23 50 1 64 0 142 124 134 137 10
Binary 10011 101000 1 110100 0 1100010 1010100 1011100 1011111 1000

Color Harmonies of #132801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132801

Black with #132801

Text Example


Text Example

White with #132801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132801; }

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

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

background-color css

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

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

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

border-color css

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

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

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