#132208

Color #132208 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #132208

Tints of Pine Tree #132208

Color information

#132208 (or 0x132208) is unknown color: approx Pine Tree. HEX triplet: 13, 22 and 08. RGB value is (19,34,8). Sum of RGB (Red+Green+Blue) = 19+34+8=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #132208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132208 is #ECDDF7. Grayscale: #1A1A1A. Windows color (decimal): -15523320 or 533011. OLE color: 533011.

HSL color Cylindrical-coordinate representation of color #132208: hue angle of 94.62º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132208 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB19348-
CMYK0.4400.760.87
HSL94.62º61.9%8.24%-
HSV(B)94.62º76.47%13.33%-
XYZ0.881.30.43-
YUV26.55117.53122.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 34 (13.67% from 255) = 55.74%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=31.15%
G=55.74%
B=13.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193480.4400.760.8794.6261.98.24
Hex132282C04C575f3e8
Octal2342105401141271377610
Binary10011100010100010110001001100101011110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132208; }

 p { color: rgb(19,34,8); }

 H1.HeaderClassName
 {
   color: #132208;
 }
 .AnyTagClassName
 {
   color: #132208;
 }
</style>
background-color css

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

 a { background-color: rgb(19,34,8); }

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

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

 span { border-color: rgb(19,34,8); }

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