Html Css Color HEX #132800 Pine Tree

📋 copy color: '#132800'

red 19 ◦ green 40 ◦ blue 0

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

Shades of Pine Tree #132800

Tints of Pine Tree #132800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.2%
G = 67.8%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#132800 (or 0x132800) is known color: Pine Tree. HEX triplet: 13, 28 and 00. RGB value is (19,40,0). Sum of RGB (Red+Green+Blue) = 19+40+0=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #132800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132800 is #ECD7FF. Grayscale: #1D1D1D. Windows color (decimal): -15521792 or 10259. OLE color: 10259.

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

Color convert

RGB 19 40 0 -
CMYK 0.52 0 1 0.84
HSL 91.5º 1% 0.08% -
HSV(B) 91.5º 1% 0.16% -
XYZ 1.03 1.66 0.27 -
YUV 29.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 19 40 0 0.52 0 1 0.84 91.5 1 0.08
Hex 13 28 0 34 0 64 54 5C 64 8
Octal 23 50 0 64 0 144 124 134 144 10
Binary 10011 101000 0 110100 0 1100100 1010100 1011100 1100100 1000

Color Harmonies of #132800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132800

Black with #132800

Text Example


Text Example

White with #132800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132800; }

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

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

background-color css

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

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

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

border-color css

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

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

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