#213108

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

Shades of Pine Tree #213108

Tints of Pine Tree #213108

Color information

#213108 (or 0x213108) is unknown color: approx Pine Tree. HEX triplet: 21, 31 and 08. RGB value is (33,49,8). Sum of RGB (Red+Green+Blue) = 33+49+8=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #213108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213108 is #DECEF7. Grayscale: #272727. Windows color (decimal): -14601976 or 536865. OLE color: 536865.

HSL color Cylindrical-coordinate representation of color #213108: hue angle of 83.41º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213108 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB33498-
CMYK0.3300.840.81
HSL83.41º71.93%11.18%-
HSV(B)83.41º83.67%19.22%-
XYZ1.772.540.63-
YUV39.54110.2123.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=36.67%
G=54.44%
B=8.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334980.3300.840.8183.4171.9311.18
Hex2131821054515348b
Octal41611041012412112311013
Binary1000011100011000100001010101001010001101001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213108; }

 p { color: rgb(33,49,8); }

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

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

 a { background-color: rgb(33,49,8); }

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

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

 span { border-color: rgb(33,49,8); }

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