#213308

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

Shades of Pine Tree #213308

Tints of Pine Tree #213308

Color information

#213308 (or 0x213308) is unknown color: approx Pine Tree. HEX triplet: 21, 33 and 08. RGB value is (33,51,8). Sum of RGB (Red+Green+Blue) = 33+51+8=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #213308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213308 is #DECCF7. Grayscale: #282828. Windows color (decimal): -14601464 or 537377. OLE color: 537377.

HSL color Cylindrical-coordinate representation of color #213308: hue angle of 85.12º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213308 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB33518-
CMYK0.3500.840.8
HSL85.12º72.88%11.57%-
HSV(B)85.12º84.31%20%-
XYZ1.852.710.65-
YUV40.72109.54122.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 51 (20.31% from 255) = 55.43%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=35.87%
G=55.43%
B=8.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal335180.3500.840.885.1272.8811.57
Hex2133823054505549c
Octal41631043012412012511114
Binary1000011100111000100011010101001010000101010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213308; }

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

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

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

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

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

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

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

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